Searched refs:zValue (Results 1 – 3 of 3) sorted by relevance
/external/clang/test/PCH/ |
D | struct.h | 8 float xValue, yValue, zValue; member
|
/external/sqlite/dist/ |
D | sqlite3.c | 36161 SQLITE_API int SQLITE_STDCALL sqlite3_win32_set_directory(DWORD type, LPCWSTR zValue){ 36178 if( zValue && zValue[0] ){ 36179 zValueUtf8 = winUnicodeToUtf8(zValue); 106026 const char *zValue /* Value to be returned */ 106028 if( zValue ){ 106029 sqlite3VdbeLoadString(v, 1, (const char*)zValue); 136614 char *zValue; 136623 zValue = sqlite3_mprintf("%s", &zCsr[1]); 136624 if( zValue ){ 136625 sqlite3Fts3Dequote(zValue); [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 36143 SQLITE_API int SQLITE_STDCALL sqlite3_win32_set_directory(DWORD type, LPCWSTR zValue){ 36160 if( zValue && zValue[0] ){ 36161 zValueUtf8 = winUnicodeToUtf8(zValue); 106008 const char *zValue /* Value to be returned */ 106010 if( zValue ){ 106011 sqlite3VdbeLoadString(v, 1, (const char*)zValue); 136596 char *zValue; 136605 zValue = sqlite3_mprintf("%s", &zCsr[1]); 136606 if( zValue ){ 136607 sqlite3Fts3Dequote(zValue); [all …]
|