Searched refs:funcs (Results 51 - 75 of 98) sorted by relevance

1234

/macosx-10.10.1/libxslt-13/libxslt/libexslt/
H A Dfunctions.c35 xmlHashTablePtr funcs; /* pointer to the stylesheet module data */ member in struct:_exsltFuncData
162 ret->funcs = ch.hash;
301 func = (exsltFuncFunctionData*) xmlHashLookup2 (data->funcs,
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpktdrvr.c729 pktInfo.funcs = reg.r_ax & 0xFF;
1235 pktInfo.funcs, pktInfo.intr, pktInfo.handle,
1236 pktInfo.funcs == 2 || pktInfo.funcs == 6 ? "Yes" : "No",
1237 pktInfo.funcs == 5 || pktInfo.funcs == 6 ? "Yes" : "No",
/macosx-10.10.1/OpenSSL098-52/src/crypto/
H A Dex_data.c278 static void def_cleanup_util_cb(CRYPTO_EX_DATA_FUNCS *funcs) argument
280 OPENSSL_free(funcs);
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-unix.c286 const struct pex_funcs funcs = variable in typeref:struct:pex_funcs
304 return pex_init_common (flags, pname, tempbase, &funcs);
/macosx-10.10.1/dyld-353.2.1/src/
H A DthreadLocalVariables.c239 InitFunc* funcs = (InitFunc*)(sect->addr + slide); local
242 InitFunc func = funcs[i-1];
/macosx-10.10.1/BerkeleyDB-21/db/dist/
H A Dgen_rec.awk294 dupfuncs[i], funcs[i]) >> PFILE
328 funcs[i], funcs[i]) >> CFILE
1068 funcs[num_funcs] = funcname;
/macosx-10.10.1/Heimdal-398.1.2/lib/hx509/
H A Dks_p11.c70 CK_FUNCTION_LIST_PTR funcs; member in struct:p11_module
75 #define P11FUNC(module,f,args) (*(module)->funcs->C_##f)args
821 if (p->funcs)
883 ret = (*getFuncs)(&p->funcs);
H A Dsoftp11.c960 extern CK_FUNCTION_LIST funcs;
967 *ppFunctionList = &funcs;
1710 CK_FUNCTION_LIST funcs = { variable
/macosx-10.10.1/Heimdal-398.1.2/lib/kadm5/
H A Dcontext_s.c88 #define SET(C, F) (C)->funcs.F = kadm5_s_ ## F
H A Dcommon_glue.c38 #define __CALL(F, P) (*((kadm5_common_context*)server_handle)->funcs.F)P;
H A Dinit_c.c63 #define SET(C, F) (C)->funcs.F = kadm5 ## _c_ ## F
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn_dec.c195 const ASN1_AUX *aux = it->funcs;
272 ef = it->funcs;
278 cf = it->funcs;
962 pf = it->funcs;
H A Dcs-asn1t.h566 const void *funcs; /* functions that handle this type */ member in struct:ASN1_ITEM_st
592 * The 'funcs' field is used for application
595 * For COMPAT types the funcs field gives a
749 /* Macro to implement an ASN1_ITEM in terms of old style funcs */
/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_dec.c159 const ASN1_AUX *aux = it->funcs;
236 ef = it->funcs;
242 cf = it->funcs;
924 pf = it->funcs;
/macosx-10.10.1/ruby-106/ruby/ext/openssl/lib/openssl/
H A Dconfig.rb2 = Ruby-space definitions that completes C-space funcs for Config
H A Dssl.rb2 = $RCSfile$ -- Ruby-space definitions that completes C-space funcs for SSL
/macosx-10.10.1/emacs-93/emacs/lisp/gnus/
H A Dgnus-uu.el1320 (let ((funcs gnus-uu-grabbed-file-functions))
1321 (unless (listp funcs)
1322 (setq funcs (list funcs)))
1323 (while funcs
1324 (funcall (pop funcs) result-file))))
H A Dgnus-util.el1061 (defun gnus-run-hooks (&rest funcs)
1064 (apply 'run-hooks funcs)))
1066 (defun gnus-run-mode-hooks (&rest funcs)
1070 (save-current-buffer (apply 'run-mode-hooks funcs))
1071 (save-current-buffer (apply 'run-hooks funcs))))
H A Dgnus-score.el2816 (let ((funcs gnus-score-find-score-files-function)
2820 ;; Make sure funcs is a list.
2821 (and funcs
2822 (not (listp funcs))
2823 (setq funcs (list funcs)))
2826 (when funcs
2840 (while funcs
2841 (when (functionp (car funcs))
2844 (nreverse (funcall (car funcs) grou
[all...]
H A Dmessage.el6430 (let ((funcs message-make-forward-subject-function)
6440 ;; Make sure funcs is a list.
6441 (and funcs
6442 (not (listp funcs))
6443 (setq funcs (list funcs)))
6444 ;; Apply funcs in order, passing subject generated by previous
6446 (while funcs
6447 (when (functionp (car funcs))
6448 (setq subject (funcall (car funcs) subjec
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/eshell/
H A Dem-pred.el372 (defun eshell-add-pred-func (pred funcs negate follow)
380 (cons pred funcs))
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dmodule.c860 h->funcs = znewlinklist();
904 freelinklist(p->funcs, NULL);
930 zaddlinknode(h->funcs, (void *) f);
954 for (p = firstnode(h->funcs); p; incnode(p))
956 remnode(h->funcs, p);
981 if (empty(h->funcs)) {
989 for (p = firstnode(h->funcs); p; incnode(p))
996 return ((Hookfn) getdata(lastnode(h->funcs)))(h, d);
/macosx-10.10.1/postfix-255/
H A Dchunking.pl1127 my @funcs = @{$typefuncs{$type}};
1128 my $header_func = $funcs[0];
1129 my $body_func = $funcs[1];
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/xs/
H A Dppport.h4134 # define PERLIO_FUNCS_DECL(funcs) const PerlIO_funcs funcs
4135 # define PERLIO_FUNCS_CAST(funcs) (PerlIO_funcs*)(funcs)
4137 # define PERLIO_FUNCS_DECL(funcs) PerlIO_funcs funcs
4138 # define PERLIO_FUNCS_CAST(funcs) (funcs)
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dreva.vim95 Builtin ++ -- , -2drop -2nip -link -swap . .2x .classes .contexts .funcs .libs .needs .r

Completed in 368 milliseconds

1234