Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c22553 SQLITE_PRIVATE void sqlite3RCStrUnref(void*);
33971 SQLITE_PRIVATE void sqlite3RCStrUnref(void *z){ in sqlite3RCStrUnref() function
85965 if( pMem->xDel==sqlite3RCStrUnref ){
90633 sqlite3RCStrUnref(pCache->pCValue);
97365 if( pCache->pCValue ) sqlite3RCStrUnref(pCache->pCValue);
97384 sqlite3RCStrUnref);
97388 sqlite3RCStrUnref);
213282 if( !p->bStatic ) sqlite3RCStrUnref(p->zBuf);
213614 sqlite3RCStrUnref,
213638 sqlite3RCStrUnref(pParse->zJson);
[all …]