Searched refs:idxStr (Results 1 – 5 of 5) sorted by relevance
/netbsd/external/gpl3/gcc/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 1373 int function (sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 1423 char *idxStr; /** String, possibly obtained from sqlite3_malloc */ variable
|
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
H A D | sqlite3.d | 1373 int function (sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 1423 char *idxStr; /** String, possibly obtained from sqlite3_malloc */ variable
|
/netbsd/external/public-domain/sqlite/dist/ |
H A D | sqlite3.h | 6300 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, 6441 char *idxStr; /* String, possibly obtained from sqlite3_malloc */ member
|
H A D | shell.c | 2812 int idxNum, const char *idxStr, in fsdirFilter() argument 2817 (void)idxStr; in fsdirFilter() 3348 int idxNum, const char *idxStr, in completionFilter() argument 3353 (void)(idxStr); /* Unused parameter */ in completionFilter() 5301 int idxNum, const char *idxStr, in zipfileFilter() argument 7134 int idxNum, const char *idxStr, in expertFilter() argument 7143 (void)idxStr; in expertFilter()
|
H A D | sqlite3.c | 122630 UNUSED_PARAMETER(idxStr); 141063 if( p->u.vtab.idxStr ){ 141106 p->u.vtab.idxStr = 0; 142386 pIdxInfo->idxStr = 0; 142467 pNew->u.vtab.idxStr = pIdxInfo->idxStr; 161579 UNUSED_PARAMETER(idxStr); 161601 if( idxStr ){ 164725 UNUSED_PARAMETER(idxStr); 164727 assert( idxStr==0 ); 178948 UNUSED_PARAM(idxStr); [all …]
|