Searched defs:zText (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dshell.c1714 const char *zText = (const char *)sqlite3_column_text(pTableInfo, 1); local
1716 zSelect = appendText(zSelect, zText, '"');
4469 static void printBold(const char *zText){ argument
4476 printf("%s", zText);
4480 static void printBold(const char *zText){ argument
4481 printf("\033[1m%s\033[0m", zText);
H A Dsqlite3.c2537 ** For example, assume the string variable zText contains text as follows:
2540 ** char *zText = "It's a happy day!";
2546 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2551 ** Because the %q format string is used, the '\'' character in zText
2574 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2580 ** variable even if the zText variable is a NULL pointer.
13456 char *zText; /* The string collected so far */ member in struct:StrAccum
13458 int nAlloc; /* Amount of space allocated in zText */
22869 char *zOld = (p->zText==p->zBase ? 0 : p->zText);
99552 char *zText = 0; local
105859 static const char zText[] = "onoffalseyestruefull"; local
129705 static const char zText[553] = { local
146670 fts3PendingTermsAdd( Fts3Table *p, int iLangid, const char *zText, int iCol, u32 *pnWord ) argument
146812 const char *zText = (const char *)sqlite3_value_text(apVal[i]); local
146968 const char *zText = (const char *)sqlite3_column_text(pSelect, i); local
148920 const unsigned char *zText = sqlite3_column_text(pStmt, iCol); local
151081 const char *zText = (const char *)sqlite3_column_text(pStmt, iCol+1); local
151256 const char *zText = (const char *)sqlite3_column_text(pCsr->pStmt, i+1); local
157321 char *zText = 0; local
171856 char *zText; local
[all...]
/external/sqlite/dist/
H A Dshell.c1720 const char *zText = (const char *)sqlite3_column_text(pTableInfo, 1); local
1722 zSelect = appendText(zSelect, zText, '"');
4491 static void printBold(const char *zText){ argument
4498 printf("%s", zText);
4502 static void printBold(const char *zText){ argument
4503 printf("\033[1m%s\033[0m", zText);
H A Dsqlite3.c2537 ** For example, assume the string variable zText contains text as follows:
2540 ** char *zText = "It's a happy day!";
2546 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES('%q')", zText);
2551 ** Because the %q format string is used, the '\'' character in zText
2574 ** char *zSQL = sqlite3_mprintf("INSERT INTO table VALUES(%Q)", zText);
2580 ** variable even if the zText variable is a NULL pointer.
13456 char *zText; /* The string collected so far */ member in struct:StrAccum
13458 int nAlloc; /* Amount of space allocated in zText */
22869 char *zOld = (p->zText==p->zBase ? 0 : p->zText);
99570 char *zText = 0; local
105877 static const char zText[] = "onoffalseyestruefull"; local
129723 static const char zText[553] = { local
146700 fts3PendingTermsAdd( Fts3Table *p, int iLangid, const char *zText, int iCol, u32 *pnWord ) argument
146842 const char *zText = (const char *)sqlite3_value_text(apVal[i]); local
146998 const char *zText = (const char *)sqlite3_column_text(pSelect, i); local
148950 const unsigned char *zText = sqlite3_column_text(pStmt, iCol); local
151111 const char *zText = (const char *)sqlite3_column_text(pStmt, iCol+1); local
151286 const char *zText = (const char *)sqlite3_column_text(pCsr->pStmt, i+1); local
157351 char *zText = 0; local
171886 char *zText; local
[all...]

Completed in 545 milliseconds