Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c187891 static int fts3OpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){
187900 *ppCsr = pCsr = (sqlite3_vtab_cursor *)sqlite3_malloc(sizeof(Fts3Cursor));
189839 Fts3Cursor **ppCsr /* OUT: Store cursor handle here */
189842 *ppCsr = (Fts3Cursor*)sqlite3_value_pointer(pVal, "fts3cursor");
189843 if( (*ppCsr)!=0 ){
192561 static int fts3auxOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){
192570 *ppCsr = (sqlite3_vtab_cursor *)pCsr;
193038 sqlite3_tokenizer_cursor **ppCsr
193056 *ppCsr = pCsr;
196272 static int fts3tokOpenMethod(sqlite3_vtab *pVTab, sqlite3_vtab_cursor **ppCsr){
[all …]
H A Dshell.c9816 static int zipfileOpen(sqlite3_vtab *p, sqlite3_vtab_cursor **ppCsr){ in zipfileOpen() argument
9820 *ppCsr = (sqlite3_vtab_cursor*)pCsr; in zipfileOpen()