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

/freebsd-11-stable/contrib/sendmail/libsm/
H A Dstrio.c45 typedef struct sm_str_obj SM_STR_OBJ_T; typedef in typeref:struct:sm_str_obj
58 static bool sm_strgrow __P((SM_STR_OBJ_T *, size_t));
62 SM_STR_OBJ_T *s;
97 register SM_STR_OBJ_T *s = fp->f_cookie;
130 register SM_STR_OBJ_T *s = fp->f_cookie;
170 register SM_STR_OBJ_T *s = fp->f_cookie;
223 register SM_STR_OBJ_T *s;
226 s = sm_rpool_malloc_x(rpool, sizeof(SM_STR_OBJ_T));
228 s = sm_malloc(sizeof(SM_STR_OBJ_T));
295 SM_STR_OBJ_T *
[all...]

Completed in 84 milliseconds