Home
last modified time | relevance | path

Searched refs:zCol (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c81459 const char *zCol,
81474 if( zCol && sqlite3StrICmp(zSpan, zCol)!=0 ){
82126 char *zCol = pE->u.zToken;
87937 if( zCol ){
87951 sqlite3DbFree(db, zCol);
90725 zCol = "ROWID";
104812 char *zCol = pFK->aCol[j].zCol;
104820 sqlite3VdbeAddOp4(v, zCol ? OP_String8 : OP_Null, 0, 5, 0, zCol, 0);
107998 char *zCol;
108008 zCol = "rowid";
[all …]

Completed in 275 milliseconds