Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c564 if( pDb->zNull ){ in DbDeleteCmd()
565 Tcl_Free(pDb->zNull); in DbDeleteCmd()
2446 const char *zNull; in DbObjCmd() local
2460 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 …]