Searched refs:checkfree (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dmem.c144 bool checkfree; member in struct:isc_mem
523 .checkfree = true,
597 if (ctx->checkfree && dl->ptr != NULL) {
600 INSIST(!ctx->checkfree || dl->ptr == NULL);
616 if (ctx->checkfree) {
638 if (ctx->checkfree) {
1104 ctx->checkfree = flag;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dmem.c151 bool checkfree; member in struct:isc__mem
814 ctx->checkfree = true;
891 if (ctx->checkfree && dl->ptr != NULL) {
894 INSIST(!ctx->checkfree || dl->ptr == NULL);
907 if (ctx->checkfree) {
943 if (ctx->checkfree) {
1502 ctx->checkfree = flag;
/netbsd-current/external/bsd/ntp/dist/lib/isc/
H A Dmem.c137 isc_boolean_t checkfree; member in struct:isc__mem
959 ctx->checkfree = ISC_TRUE;
1072 if (ctx->checkfree) {
1095 if (ctx->checkfree) {
1691 ctx->checkfree = flag;

Completed in 101 milliseconds