Searched refs:zText (Results 1 - 2 of 2) sorted by relevance

/external/sqlite/dist/
H A Dsqlite3.c.orig2240 ** For example, assume the string variable zText contains text as follows:
2243 ** char *zText = "It's a happy day!";
2249 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2254 ** Because the %q format string is used, the '\'' character in zText
2277 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2283 ** variable even if the zText variable is a NULL pointer.
9845 char *zText; /* The string collected so far */
9847 int nAlloc; /* Amount of space allocated in zText */
9850 u8 useMalloc; /* True if zText is enlargeable using realloc */
17097 memcpy(zNew, p->zText,
[all...]
H A Dsqlite3.c2240 ** For example, assume the string variable zText contains text as follows:
2243 ** char *zText = "It's a happy day!";
2249 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2254 ** Because the %q format string is used, the '\'' character in zText
2277 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2283 ** variable even if the zText variable is a NULL pointer.
9850 char *zText; /* The string collected so far */ member in struct:StrAccum
9852 int nAlloc; /* Amount of space allocated in zText */
9855 u8 useMalloc; /* True if zText is enlargeable using realloc */
17102 memcpy(zNew, p->zText,
72058 char *zText = 0; local
76982 static const char zText[] = "onoffalseyestruefull"; local
94371 static const char zText[540] = { local
104309 fts3PendingTermsAdd(Fts3Table *p, const char *zText, int iCol) argument
104409 const char *zText = (const char *)sqlite3_value_text(apVal[i]); local
104522 const char *zText = (const char *)sqlite3_column_text(pSelect, i); local
110316 char *zText = 0; local
[all...]

Completed in 312 milliseconds