Searched refs:nText (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c413 int nText; /* Size of array at aText[] */ member in struct:Sqlite
538 for(i=0; i<pDb->nText; i++){
656 if( iSlot>=pDb->nText ){
659 memset(&pDb->aText[pDb->nText], 0, sizeof(char*)*(iSlot+1-pDb->nText));
660 pDb->nText = iSlot+1;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest1.c880 int nText; local
885 nText = sqlite3_value_bytes(argv[0]);
893 char *zCopy = (char *)sqlite3_malloc(nText);
894 memcpy(zCopy, zText1, nText);
895 sqlite3_result_text(context, zCopy, nText, sqlite3_free);
/external/sqlite/dist/orig/
H A Dsqlite3.c141878 int nText = sqlite3_column_bytes(pStmt, iCol+1); local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c141910 int nText = sqlite3_column_bytes(pStmt, iCol+1); local
[all...]

Completed in 433 milliseconds