Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtclsqlite.c570 if( pDb->zNull ){ in delDatabaseRef()
571 Tcl_Free(pDb->zNull); in delDatabaseRef()
2466 const char *zNull; in DbObjCmd() local
2480 zNull = ""; in DbObjCmd()
2486 nNull = strlen30(zNull); in DbObjCmd()
3010 if( pDb->zNull ){ in DbObjCmd()
3011 Tcl_Free(pDb->zNull); in DbObjCmd()
3013 if( zNull && len>0 ){ in DbObjCmd()
3015 memcpy(pDb->zNull, zNull, len); in DbObjCmd()
3016 pDb->zNull[len] = '\0'; in DbObjCmd()
[all …]