Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c21872 SQLITE_PRIVATE void sqlite3RCStrUnref(void*);
33105 SQLITE_PRIVATE void sqlite3RCStrUnref(void *z){ in sqlite3RCStrUnref() function
84175 if( pMem->xDel==sqlite3RCStrUnref ){
88650 sqlite3RCStrUnref(pCache->pCValue);
95097 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
95116 sqlite3RCStrUnref);
95120 sqlite3RCStrUnref);
208394 if( !p->bStatic ) sqlite3RCStrUnref(p->zBuf);
208716 sqlite3RCStrUnref,
208740 sqlite3RCStrUnref(pParse->zJson);
[all …]