Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c195366 static int fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ argument
195375 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
197315 Fts3Cursor **ppCsr /* OUT: Store cursor handle here */ argument
197318 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor");
197319 if( (*ppCsr)!=0 ){
200056 static int fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ argument
200065 *ppCsr = (sqlite3_vtab_cursor *)pCsr;
200533 sqlite3_tokenizer_cursor **ppCsr argument
200551 *ppCsr = pCsr;
203786 static int fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){ argument
[all …]
H A Dshell.c12586 static int zipfileOpen(sqlite3_vtab *p, sqlite3_vtab_cursor **ppCsr){ in zipfileOpen() argument
12590 *ppCsr = (sqlite3_vtab_cursor*)pCsr; in zipfileOpen()