Searched refs:sqlite3_value_pointer (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 644 #define sqlite3_value_pointer sqlite3_api->value_pointer macro
|
| H A D | sqlite3.h | 6138 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
|
| H A D | sqlite3.c | 6459 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*); 93744 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){ function 109526 pCur->pStmt = (sqlite3_stmt*)sqlite3_value_pointer(argv[0],"stmt-pointer"); 142877 #define sqlite3_value_pointer sqlite3_api->value_pointer macro 143390 sqlite3_value_pointer, 197318 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor"); 219945 pSrc = sqlite3_value_pointer(pValue, "RtreeMatchArg"); 233046 carray_bind *pBind = sqlite3_value_pointer(argv[0], "carray-bind"); 233055 pCur->pPtr = sqlite3_value_pointer(argv[0], "carray"); 263245 ppApi = (fts5_api**)sqlite3_value_pointer(apArg[0], "fts5_api_ptr");
|