Home
last modified time | relevance | path

Searched refs:ppCsr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c186275 static int fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){
186284 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
188223 Fts3Cursor **ppCsr /* OUT: Store cursor handle here */
188226 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor");
188227 if( (*ppCsr)!=0 ){
190943 static int fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){
190952 *ppCsr = (sqlite3_vtab_cursor *)pCsr;
191420 sqlite3_tokenizer_cursor **ppCsr
191438 *ppCsr = pCsr;
194654 static int fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){
[all …]
H A Dshell.c9738 static int zipfileOpen(sqlite3_vtab *p, sqlite3_vtab_cursor **ppCsr){ in zipfileOpen() argument
9742 *ppCsr = (sqlite3_vtab_cursor*)pCsr; in zipfileOpen()