Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c594 if( pDb->zNull ){ in delDatabaseRef()
595 Tcl_Free(pDb->zNull); in delDatabaseRef()
2490 const char *zNull; in DbObjCmd() local
2504 zNull = ""; in DbObjCmd()
2510 nNull = strlen30(zNull); in DbObjCmd()
3034 if( pDb->zNull ){ in DbObjCmd()
3035 Tcl_Free(pDb->zNull); in DbObjCmd()
3037 if( zNull && len>0 ){ in DbObjCmd()
3039 memcpy(pDb->zNull, zNull, len); in DbObjCmd()
3040 pDb->zNull[len] = '\0'; in DbObjCmd()
[all …]