Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c12227 char *zFreeOnClose; /* Free this memory allocation on close */ member
20045 sqlite3_free(p->pAuxDb->zFreeOnClose); in do_meta_command()
20046 p->pAuxDb->zFreeOnClose = 0; in do_meta_command()
20067 p->pAuxDb->zFreeOnClose = zNewFilename; in do_meta_command()
22847 sqlite3_free(data.aAuxDb[i].zFreeOnClose);