Lines Matching refs:zValue
36157 ** data directory or 2 in order to set the temporary directory. The zValue
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);
136627 *pzValue = zValue;
159200 static const signed char zValue[] = {
159214 while( (c = zValue[0x7f&*(z++)])>=0 ){