Searched refs:apArg (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| H A D | sqlite3.d | 1808 void function (void **apArg, int nArg) xNotify, /** Callback function to invoke */
|
| /netbsd-src/external/public-domain/sqlite/dist/tea/generic/ |
| H A D | tclsqlite3.c | 844 static void DbUnlockNotify(void **apArg, int nArg){ in DbUnlockNotify() argument 848 SqliteDb *pDb = (SqliteDb *)apArg[i]; in DbUnlockNotify()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.h | 9432 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */
|
| H A D | sqlite3.c | 9745 void (*xNotify)(void **apArg, int nArg), /* Callback function to invoke */ 20639 sqlite3_value **apArg; /* The argument values */ member 23477 Mem **apArg; /* Arguments to currently executing user function */ member 30962 return sqlite3_value_int64(p->apArg[p->nUsed++]); in getIntArg() 30966 return sqlite3_value_double(p->apArg[p->nUsed++]); in getDoubleArg() 30970 return (char*)sqlite3_value_text(p->apArg[p->nUsed++]); in getTextArg() 87052 p->apArg = allocSpace(&x, 0, nArg*sizeof(Mem*)); 87060 p->apArg = allocSpace(&x, p->apArg, nArg*sizeof(Mem*)); 100878 Mem **apArg; 100897 apArg = p->apArg; [all …]
|
| H A D | shell.c | 15866 sqlite3_value **apArg in recoverPageIsUsed() argument 15869 i64 pgno = sqlite3_value_int64(apArg[0]); in recoverPageIsUsed() 15891 sqlite3_value **apArg in recoverGetPage() argument 15894 i64 pgno = sqlite3_value_int64(apArg[0]); in recoverGetPage()
|