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 | 6140 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*);
|
| H A D | sqlite3.c | 6461 SQLITE_API void *sqlite3_value_pointer(sqlite3_value*, const char*); 93902 SQLITE_API void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){ function 109684 pCur->pStmt = (sqlite3_stmt*)sqlite3_value_pointer(argv[0],"stmt-pointer"); 143098 #define sqlite3_value_pointer sqlite3_api->value_pointer macro 143611 sqlite3_value_pointer, 197630 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor"); 220323 pSrc = sqlite3_value_pointer(pValue, "RtreeMatchArg"); 233441 carray_bind *pBind = sqlite3_value_pointer(argv[0], "carray-bind"); 233450 pCur->pPtr = sqlite3_value_pointer(argv[0], "carray"); 263995 ppApi = (fts5_api**)sqlite3_value_pointer(apArg[0], "fts5_api_ptr");
|