Searched refs:SM_EXC_T (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/sendmail/include/sm/
H A Dexc.h25 typedef struct sm_exc SM_EXC_T; typedef in typeref:struct:sm_exc
40 void (*etype_print) __P((SM_EXC_T *, SM_FILE_T *));
49 SM_EXC_T *_exc,
63 SM_EXC_T *v_exc;
82 extern SM_EXC_T *
87 extern SM_EXC_T *
89 SM_EXC_T *_exc));
93 SM_EXC_T *_exc));
97 SM_EXC_T *_exc,
102 SM_EXC_T *_ex
[all...]
H A Dheap.h109 extern SM_EXC_T SmHeapOutOfMemory;
/freebsd-10.2-release/contrib/sendmail/libsm/
H A Dexc.c53 SM_EXC_T *exc;
151 SM_EXC_T *exc,
156 SM_EXC_T *exc;
232 static SM_EXC_T *sm_exc_vnew_x __P((const SM_EXC_TYPE_T *, va_list SM_NONVOLATILE));
234 static SM_EXC_T *
245 SM_EXC_T * volatile exc = NULL;
260 exc = sm_malloc_x(sizeof(SM_EXC_T));
286 argv[i].v_exc = SM_VA_ARG(ap, SM_EXC_T*);
350 sm_exc_free(SM_VA_ARG(ap, SM_EXC_T*));
403 SM_EXC_T *
[all...]
H A Dheap.c58 SM_EXC_T SmHeapOutOfMemory = SM_EXC_INITIALIZER(&SmHeapOutOfMemoryType, NULL);
/freebsd-10.2-release/contrib/sendmail/src/
H A Derr.c52 SM_EXC_T *exc;
H A Dsendmail.h2698 extern void fatal_error __P((SM_EXC_T *));

Completed in 71 milliseconds