Home
last modified time | relevance | path

Searched refs:sqlite3_value_pointer (Results 1 – 10 of 10) sorted by relevance

/sqlite-3.40.0/ext/misc/
H A Dcarray.c267 carray_bind *pBind = sqlite3_value_pointer(argv[0], "carray-bind"); in carrayFilter()
276 pCur->pPtr = sqlite3_value_pointer(argv[0], "carray"); in carrayFilter()
H A Dremember.c54 ptr = sqlite3_value_pointer(argv[1], "carray"); in rememberFunc()
/sqlite-3.40.0/src/
H A Dvdbevtab.c336 pCur->pStmt = (sqlite3_stmt*)sqlite3_value_pointer(argv[0],"stmt-pointer"); in bytecodevtabFilter()
H A Dloadext.c434 sqlite3_value_pointer,
H A Dvdbeapi.c206 void *sqlite3_value_pointer(sqlite3_value *pVal, const char *zPType){ in sqlite3_value_pointer() function
895 pRhs = (ValueList*)sqlite3_value_pointer(pVal, "ValueList"); in valueFromValueList()
H A Dsqlite3ext.h627 #define sqlite3_value_pointer sqlite3_api->value_pointer macro
H A Dsqlite.h.in5476 ** <tr><td><b>sqlite3_value_pointer</b><td>&rarr;<td>Pointer value
5522 ** then sqlite3_value_pointer(V,Y) will return the pointer P. ^Otherwise,
5523 ** sqlite3_value_pointer(V,Y) returns a NULL. The sqlite3_bind_pointer()
5608 void *sqlite3_value_pointer(sqlite3_value*, const char*);
5938 ** [application-defined SQL function] using [sqlite3_value_pointer()].
/sqlite-3.40.0/ext/fts5/
H A Dfts5_main.c2782 ppApi = (fts5_api**)sqlite3_value_pointer(apArg[0], "fts5_api_ptr"); in fts5Fts5Func()
/sqlite-3.40.0/ext/rtree/
H A Drtree.c1806 pSrc = sqlite3_value_pointer(pValue, "RtreeMatchArg"); in deserializeGeometry()
/sqlite-3.40.0/ext/fts3/
H A Dfts3.c3691 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor"); in fts3FunctionArg()