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

/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_so.c134 if (modi->modp == NULL)
138 ap_remove_loaded_module(modi->modp);
141 modi->modp = NULL;
187 module *modp; local
224 modp = ap_preloaded_modules[i];
231 if (memcmp(modp->name, "mod_", 4)) {
235 preload_name = modp->name + strlen("mod_");
282 modp = (module*) modsym;
283 modp->dynamic_load_handle = (apr_dso_handle_t *)modhandle;
284 modi->modp
[all...]
/macosx-10.10/apache-793/httpd/modules/generators/
H A Dmod_info.c358 static int module_find_hook(module * modp, hook_get_t hook_get) argument
371 if (strcmp(elts[i].szName, modp->name) == 0) {
380 module * modp,
383 if (module_find_hook(modp, lookup->get)) {
392 static void module_request_hook_participate(request_rec * r, module * modp) argument
399 module_participate(r, modp, &request_hooks[i], &comma);
754 module *modp, **entry; local
755 for (modp = ap_top_module; modp; modp
379 module_participate(request_rec * r, module * modp, hook_lookup_t * lookup, int *comma) argument
765 module *modp = NULL; local
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Diimage.el125 (modp (buffer-modified-p (current-buffer)))
140 (set-buffer-modified-p modp)))
H A Dfont-core.el167 (let ((modp (buffer-modified-p))
173 (restore-buffer-modified-p modp)))
H A Dbuff-menu.el407 (let ((modp nil))
411 (setq modp (buffer-modified-p)))
414 (insert (if modp ?* ?\s))))))
H A Dedmacro.el305 (modp (buffer-modified-p))
311 (when modp
H A Dfiles.el3558 (let ((modp (buffer-modified-p))
3562 (and modp (memq args '(16 64)) (setq buffer-backed-up nil))
3563 (if (and modp large (buffer-file-name))
3566 (and modp (memq args '(4 64)) (setq buffer-backed-up nil))))
/macosx-10.10/apache-793/httpd/server/
H A Dconfig.c273 module *modp; local
275 for (modp = ap_top_module; modp; modp = modp->next) {
276 dir_maker_func df = modp->create_dir_config;
279 conf_vector[modp->module_index] = (*df)(p, NULL);
314 module *modp; local
316 for (modp = ap_top_module; modp; mod
333 module *modp; local
660 module *modp; local
828 module *modp; local
1057 module *modp; local
[all...]
H A Dcore.c2446 found = current->modp;
/macosx-10.10/bind9-45.101/bind9/lib/isc/
H A Dlog.c636 isc_logmodule_t *modp; local
657 for (modp = lctx->modules; modp->name != NULL; )
658 if (modp->id == UINT_MAX)
663 DE_CONST(modp->name, modp);
665 modp++;
667 modp->name = (void *)modules;
668 modp->id = UINT_MAX;
674 for (modp
680 isc_logmodule_t *modp; local
[all...]
/macosx-10.10/ntp-92/lib/isc/
H A Dlog.c636 isc_logmodule_t *modp; local
657 for (modp = lctx->modules; modp->name != NULL; )
658 if (modp->id == UINT_MAX)
663 DE_CONST(modp->name, modp);
665 modp++;
667 modp->name = (void *)modules;
668 modp->id = UINT_MAX;
674 for (modp
680 isc_logmodule_t *modp; local
[all...]
/macosx-10.10/zsh-61/zsh/Src/
H A Dprompt.c121 char *modp = p; local
125 modp = tricat("~", nd->node.nam, p + strlen(nd->dir));
130 for (sptr = modp + strlen(modp); sptr > modp; sptr--) {
136 if (*sptr == '/' && sptr[1] && sptr != modp)
141 for (sptr = modp+1; *sptr; sptr++)
146 stradd(modp);
150 stradd(modp);
152 if (p != modp)
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dmodify.c427 Modifications *modp; local
433 for ( modp = ml; modp != NULL; modp = modp->sml_next ) {
434 if ( mods->sml_desc == modp->sml_desc && mods != modp ) {
/macosx-10.10/vim-55/src/proto/
H A Dmisc2.pro64 int find_special_key __ARGS((char_u **srcp, int *modp, int keycode, int keep_x_key));
65 int extract_modifiers __ARGS((int key, int *modp));
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dslapi_utils.c2633 LDAPMod **mods, *modp; local
2643 modp = mods[i];
2644 modp->mod_op = ml->sml_op | LDAP_MOD_BVALUES;
2648 modp->mod_type = slapi_ch_strdup( ml->sml_desc->ad_cname.bv_val );
2650 modp->mod_type = slapi_ch_strdup( ml->sml_type.bv_val );
2656 modp->mod_bvalues = (struct berval **)slapi_ch_malloc( (j + 1) *
2659 modp->mod_bvalues[j] = (struct berval *)slapi_ch_malloc(
2661 ber_dupbv( modp->mod_bvalues[j], &ml->sml_values[j] );
2663 modp->mod_bvalues[j] = NULL;
2665 modp
2685 LDAPMod **modp; local
[all...]
/macosx-10.10/ruby-106/ruby/
H A Dbignum.c879 static void bigdivmod(VALUE x, VALUE y, volatile VALUE *divp, volatile VALUE *modp);
2741 bigdivrem(VALUE x, VALUE y, volatile VALUE *divp, volatile VALUE *modp) argument
2756 if (modp) *modp = x;
2770 if (modp) {
2771 *modp = rb_uint2big((VALUE)t2);
2772 RBIGNUM_SET_SIGN(*modp, RBIGNUM_SIGN(x));
2845 if (modp) { /* normalize remainder */
2846 *modp = zz = rb_big_clone(z);
2866 bigdivmod(VALUE x, VALUE y, volatile VALUE *divp, volatile VALUE *modp) argument
[all...]
H A Dnumeric.c870 flodivmod(double x, double y, double *divp, double *modp) argument
895 if (modp) *modp = mod;
2743 fixdivmod(long x, long y, long *divp, long *modp) argument
2766 if (modp) *modp = mod;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Ddds.c779 Modifications *tmpmod = NULL, **modp; local
781 for ( modp = &op->orm_modlist; *modp; modp = &(*modp)->sml_next )
789 *modp = tmpmod;
/macosx-10.10/apache-793/httpd/include/
H A Dhttp_config.h918 module *modp; member in struct:__anon6091
/macosx-10.10/vim-55/runtime/syntax/
H A Dmupad.vim110 syn keyword mupadFunction mod modp mods monomials multcoeffs new
H A Dmaple.vim218 syn keyword mvLibrary Content Linsolve ceil freeze modp showprofile
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-lang.el852 ( modp . % )

Completed in 211 milliseconds