Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c263242 fts5_api **ppApi; local
263245 ppApi = (fts5_api**)sqlite3_value_pointer(apArg[0], "fts5_api_ptr");
263246 if( ppApi ) *ppApi = &pGlobal->api;