Searched refs:zNull (Results 1 – 1 of 1) sorted by relevance
575 if( pDb->zNull ){ in delDatabaseRef()576 Tcl_Free(pDb->zNull); in delDatabaseRef()2470 const char *zNull; in DbObjCmd() local2484 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 …]