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

/ast/src/lib/libpz/
H A Dpzinit.c29 pzinit(register Pz_t* pz, register const char* name, Pzinit_f initf) argument
36 if (!(usage = (*initf)(pz, pz->disc)))
H A Dpzlib.c74 if (!(dll->initf = (Pzinit_f)dlllook(dll->dll, buf)))
86 if (dll->initf)
96 if (!(dll->usage = pzinit(pz, dll->name, dll->initf)))
H A Dpzlib.h141 Pzinit_f initf; /* initialization function */ member in struct:Pzdll_s
H A Dpzip.h151 Pzinit_f initf; /* library init function */ member in struct:Pzdisc_s
H A Dpzopen.c179 if (disc->initf && !(*disc->initf)(pz, disc))
/ast/src/lib/libsum/
H A Dsum-lmd.c33 Lmd_init_f initf; \
54 (*lmd->initf)(&lmd->context);
133 lmd->initf = (Lmd_init_f)MD4Init;
173 lmd->initf = (Lmd_init_f)MD5Init;
214 lmd->initf = (Lmd_init_f)SHA1Init;
254 lmd->initf = (Lmd_init_f)SHA256Init;
288 lmd->initf = (Lmd_init_f)SHA384Init;
322 lmd->initf = (Lmd_init_f)SHA512Init;
/ast/src/lib/libast/aso/
H A Daso.c233 if (state.meth && state.meth->initf && state.data && state.pid == getpid())
236 state.meth->initf(state.data, 0);
267 if (state.meth && state.meth->initf && state.data)
269 state.meth->initf(state.data, 0);
272 if (!meth->initf)
274 else if (!(data = meth->initf(0, details ? details : meth->details)))
/ast/src/lib/libcodex/
H A Dcodex.c178 if (!meth->initf)
180 r = (*meth->initf)(code);
662 if (code->meth->initf)
665 c = (*code->meth->initf)(code);
H A Dcodex.h40 #define CODEX_RETAIN 0x0010 /* initf-donef retain state */
113 int (*initf)(Codex_t*); member in struct:Codexmeth_s
/ast/src/cmd/std/
H A Dpss.h170 int (*initf)(Pss_t*); member in struct:Pssmeth_s
H A Dpss.c63 while (pss->meth->initf && (*pss->meth->initf)(pss) <= 0)
/ast/src/lib/libdss/
H A Dcx.h338 Cxinit_f initf; /* called at cxaddedit() */ member in struct:Cxedit_s
374 Cxinit_f initf; /* called at cxaddconstraint() */ member in struct:Cxconstraint_s
464 Cxinit_f initf; /* called at cxaddtype() */ member in struct:Cxtype_s
H A Dcxopen.c1327 if (type->initf && !(type->data = (*type->initf)(type, disc)))
1799 if (edit->initf && !(edit->data = (*edit->initf)(edit, disc)))
1835 e->initf = o->initf;
1922 if (constraint->initf && !(constraint->data = (*constraint->initf)(constraint, disc)))
/ast/src/lib/libast/include/
H A Daso.h73 Asoinit_f initf; member in struct:Asometh_s

Completed in 523 milliseconds