Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c21318 SQLITE_PRIVATE void sqlite3RCStrUnref(void*);
32231 SQLITE_PRIVATE void sqlite3RCStrUnref(void *z){ in sqlite3RCStrUnref() function
82681 if( pMem->xDel==sqlite3RCStrUnref ){
87093 sqlite3RCStrUnref(pCache->pCValue);
93355 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
93374 sqlite3RCStrUnref);
93378 sqlite3RCStrUnref);
203724 if( !p->bStatic ) sqlite3RCStrUnref(p->zBuf);
204036 sqlite3RCStrUnref,
204060 sqlite3RCStrUnref(pParse->zJson);
[all …]