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