Searched refs:zAppend (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_vfstrace.c182 static void strappend(char *z, int *pI, const char *zAppend){ argument
184 while( zAppend[0] ){ z[i++] = *(zAppend++); }
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c530 ** If nAppend is negative, then the length of the string zAppend is
535 const char *zAppend, /* Pointer to data to append to buffer */
536 int nAppend /* Size of zAppend in bytes (or -1) */
539 nAppend = (int)strlen(zAppend);
557 memcpy(&pStr->z[pStr->n], zAppend, nAppend);
533 fts3StringAppend( StrBuffer *pStr, const char *zAppend, int nAppend ) argument
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c123177 fts3StringAppend( StrBuffer *pStr, const char *zAppend, int nAppend ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c142846 fts3StringAppend( StrBuffer *pStr, const char *zAppend, int nAppend ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c142878 fts3StringAppend( StrBuffer *pStr, const char *zAppend, int nAppend ) argument
[all...]

Completed in 748 milliseconds