Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_alloc.c195 if (__db_jump.j_free != NULL)
196 __db_jump.j_free(ptr);
215 if (__db_jump.j_free != NULL)
216 __db_jump.j_free(ptr);
H A Dos_config.c59 __db_jump.j_free = (void (*) __P((void *)))func;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dos_jump.h18 void (*j_free) __P((void *)); /* DB_FUNC_FREE */ member