Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.h4756 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4851 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
H A Dsqlite3.c100528 pIdxInfo->idxStr = 0;
101494 sqlite3_free(p->idxStr);
113226 pInfo->idxStr = "DESC";
113228 pInfo->idxStr = "ASC";
114509 UNUSED_PARAMETER(idxStr);
114523 if( idxStr ){
116782 UNUSED_PARAMETER(idxStr);
116784 assert( idxStr==0 );
125654 assert( (idxStr==0 && argc==0) || (int)strlen(idxStr)==argc*2 );
125657 p->op = idxStr[ii*2];
[all …]

Completed in 297 milliseconds