Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c224789 UChar *zOutput = 0; /* Pointer to output buffer */ local
224814 UChar *zNew = sqlite3_realloc(zOutput, nOut);
224816 sqlite3_free(zOutput);
224820 zOutput = zNew;
224823 nOut = 2*u_strToUpper(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
224825 nOut = 2*u_strToLower(zOutput,nOut/2,zInput,nInput/2,zLocale,&status);
224829 sqlite3_result_text16(p, zOutput, nOut, xFree);
265691 const char *zOutput; member
265703 assert( strlen(p->zOutput)==p->nOutput );
265711 memcpy(&aBuf[nStem], p->zOutput, p->nOutput);