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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dshell.c1288 const char *zText = (const char *)sqlite3_column_text(pTableInfo, 1); local
H A Dsqlite3.c11279 char *zText; /* The string collected so far */ member in struct:StrAccum
86872 char *zText = 0; local
91965 static const char zText[] = "onoffalseyestruefull"; local
111123 static const char zText[540] = { local
125314 fts3PendingTermsAdd( Fts3Table *p, const char *zText, int iCol, u32 *pnWord ) argument
125435 const char *zText = (const char *)sqlite3_value_text(apVal[i]); local
125569 const char *zText = (const char *)sqlite3_column_text(pSelect, i); local
127794 const char *zText = (const char *)sqlite3_column_text(pCsr->pStmt, i+1); local
132710 char *zText = 0; local
[all...]

Completed in 407 milliseconds