Searched refs:carray_bind (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 377 int (*carray_bind)(sqlite3_stmt*,int,void*,int,int,void(*)(void*)); member 720 #define sqlite3_carray_bind sqlite3_api->carray_bind
|
| H A D | sqlite3.c | 142610 int (*carray_bind)(sqlite3_stmt*,int,void*,int,int,void(*)(void*)); member 142953 #define sqlite3_carray_bind sqlite3_api->carray_bind 232859 typedef struct carray_bind carray_bind; typedef 232860 struct carray_bind { struct 233046 carray_bind *pBind = sqlite3_value_pointer(argv[0], "carray-bind"); 233196 carray_bind *p = (carray_bind*)pPtr; 233227 carray_bind *pNew = 0;
|