Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22523 SQLITE_PRIVATE void sqlite3RCStrUnref(void*);
33941 SQLITE_PRIVATE void sqlite3RCStrUnref(void *z){ in sqlite3RCStrUnref() function
85813 if( pMem->xDel==sqlite3RCStrUnref ){
90481 sqlite3RCStrUnref(pCache->pCValue);
97207 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
97226 sqlite3RCStrUnref);
97230 sqlite3RCStrUnref);
212964 if( !p->bStatic ) sqlite3RCStrUnref(p->zBuf);
213296 sqlite3RCStrUnref,
213320 sqlite3RCStrUnref(pParse->zJson);
[all …]