Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c575 if( pDb->zNull ){ in delDatabaseRef()
576 Tcl_Free(pDb->zNull); in delDatabaseRef()
2470 const char *zNull; in DbObjCmd() local
2484 zNull = ""; in DbObjCmd()
2490 nNull = strlen30(zNull); in DbObjCmd()
3003 if( pDb->zNull ){ in DbObjCmd()
3004 Tcl_Free(pDb->zNull); in DbObjCmd()
3006 if( zNull && len>0 ){ in DbObjCmd()
3008 memcpy(pDb->zNull, zNull, len); in DbObjCmd()
3009 pDb->zNull[len] = '\0'; in DbObjCmd()
[all …]