Searched refs:sqlite3_value_pointer (Results 1 – 10 of 10) sorted by relevance
| /sqlite-3.40.0/ext/misc/ |
| H A D | carray.c | 267 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 D | remember.c | 54 ptr = sqlite3_value_pointer(argv[1], "carray"); in rememberFunc()
|
| /sqlite-3.40.0/src/ |
| H A D | vdbevtab.c | 336 pCur->pStmt = (sqlite3_stmt*)sqlite3_value_pointer(argv[0],"stmt-pointer"); in bytecodevtabFilter()
|
| H A D | loadext.c | 434 sqlite3_value_pointer,
|
| H A D | vdbeapi.c | 206 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 D | sqlite3ext.h | 627 #define sqlite3_value_pointer sqlite3_api->value_pointer macro
|
| H A D | sqlite.h.in | 5476 ** <tr><td><b>sqlite3_value_pointer</b><td>→<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 D | fts5_main.c | 2782 ppApi = (fts5_api**)sqlite3_value_pointer(apArg[0], "fts5_api_ptr"); in fts5Fts5Func()
|
| /sqlite-3.40.0/ext/rtree/ |
| H A D | rtree.c | 1806 pSrc = sqlite3_value_pointer(pValue, "RtreeMatchArg"); in deserializeGeometry()
|
| /sqlite-3.40.0/ext/fts3/ |
| H A D | fts3.c | 3691 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor"); in fts3FunctionArg()
|