Searched refs:zNull (Results 1 – 1 of 1) sorted by relevance
564 if( pDb->zNull ){ in DbDeleteCmd()565 Tcl_Free(pDb->zNull); in DbDeleteCmd()2446 const char *zNull; in DbObjCmd() local2460 zNull = ""; in DbObjCmd()2466 nNull = strlen30(zNull); in DbObjCmd()2977 if( pDb->zNull ){ in DbObjCmd()2978 Tcl_Free(pDb->zNull); in DbObjCmd()2980 if( zNull && len>0 ){ in DbObjCmd()2982 memcpy(pDb->zNull, zNull, len); in DbObjCmd()2983 pDb->zNull[len] = '\0'; in DbObjCmd()[all …]