Home
last modified time | relevance | path

Searched refs:zOutput (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c225172 UChar *zOutput = 0; /* Pointer to output buffer */ local
225197 UChar *zNew = sqlite3_realloc64(zOutput, nOut);
225199 sqlite3_free(zOutput);
225203 zOutput = zNew;
225206 nOut = 2LL*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
225208 nOut = 2LL*u_strToLower(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
225212 sqlite3_result_text16(p, zOutput, nOut, xFree);
266444 const char *zOutput; member
266456 assert( strlen(p->zOutput)==p->nOutput );
266464 memcpy(&aBuf[nStem], p->zOutput, p->nOutput);