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

/macosx-10.10/apache-793/httpd/modules/test/
H A Dmod_optional_fn_import.c26 static APR_OPTIONAL_FN_TYPE(TestOptionalFn) *pfn;
30 if(pfn)
31 return pfn(r->the_request);
37 pfn=APR_RETRIEVE_OPTIONAL_FN(TestOptionalFn);
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_optional_hooks.h41 * @param pfn A pointer to a function that will be called
48 APU_DECLARE(void) apr_optional_hook_add(const char *szName,void (*pfn)(void),
58 * @param pfn A pointer to a function that will be called
64 #define APR_OPTIONAL_HOOK(ns,name,pfn,aszPre,aszSucc,nOrder) do { \
65 ns##_HOOK_##name##_t *apu__hook = pfn; \
H A Dapr_optional.h62 apr_opt_fn_t *pfn);
/macosx-10.10/uucp-11/uucp/unix/
H A Dsignal.c117 usset_signal (isig, pfn, fforce, pfignored)
119 RETSIGTYPE (*pfn) P((int));
144 s.sa_handler = pfn;
172 s.sv_handler = pfn;
194 (void) signal (isig, pfn);
/macosx-10.10/apr-32/apr-util/apr-util/hooks/
H A Dapr_hooks.c338 APU_DECLARE(void) apr_optional_hook_add(const char *szName,void (*pfn)(void), argument
361 pHook->pFunc=pfn;
384 apr_opt_fn_t *pfn)
391 apr_hash_set(s_phOptionalFunctions,szName,strlen(szName),(void *)pfn);
383 apr_dynamic_fn_register(const char *szName, apr_opt_fn_t *pfn) argument
/macosx-10.10/uucp-11/uucp/
H A Dlog.c138 ulog_fatal_fn (pfn)
139 void (*pfn) P((void));
141 pfLfatal = pfn;
H A Dsysdep.h408 extern void usset_signal P((int isig, RETSIGTYPE (*pfn) P((int)),
530 int (*pfn) P((const char *zfile,
H A Duudefs.h315 extern void ulog_fatal_fn P((void (*pfn) P((void))));
/macosx-10.10/emacs-93/emacs/src/
H A Dscroll.c952 line_ins_del (frame, ov1, pf1, ovn, pfn, ov, mf)
955 int pf1, pfn;
966 next_insert_cost += pfn;
H A Dlread.c1263 const char *pfn;
1266 pfn = SDATA (encoded_fn);
1267 exists = (stat (pfn, &st) >= 0
1273 fd = (access (pfn, XFASTINT (predicate)) == 0) ? 1 : -1;
1275 fd = emacs_open (pfn, O_RDONLY, 0);
1259 const char *pfn; local
/macosx-10.10/vim-55/runtime/
H A Doptwin.vim653 call <SID>OptionG("pfn", &pfn)
/macosx-10.10/vim-55/runtime/syntax/
H A Dvim.vim30 syn keyword vimOption contained al antialias autochdir background balloondelay bexpr bk bs casemap cf cink cmdheight colorcolumn completefunc copyindent cryptmethod cspc cul def diff display edcompatible endofline errorformat fcl fdm fex filetype fo foldlevelstart formatexpr ft gfw gtt guipty hh hkmap ic imc imsearch indentkeys isf isprint km lbr list lsp makeprg maxmem mh mmp more mouses mzq nuw opfunc patchexpr pfn popt printfont pumheight redrawtime rightleft rtp sbo scrolljump sel shell shelltype showbreak si smartcase softtabstop spelllang sps sta su swb syntax tagbsearch tb term textwidth timeoutlen tm tr ttm ttyscroll udir updatecount vdir viewdir wa wd wi wildmode winfixwidth wiw wrap writedelay
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dconfigure8352 char *(*pfn) = (char *(*)) canonicalize_file_name
/macosx-10.10/emacs-93/emacs/leim/CXTERM-DIC/
H A DARRAY30.tit1601 pfn\040 �} # ---> 0^4-6v 6
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24143 PFN pfn; local
24145 rc = DosQueryProcAddr((HMODULE)pHandle, 0L, (PSZ)zSymbol, &pfn);
24152 rc = DosQueryProcAddr((HMODULE)pHandle, 0L, (PSZ)_zSymbol, &pfn);
24154 return rc != NO_ERROR ? 0 : (void(*)(void))pfn;
[all...]

Completed in 535 milliseconds