Searched defs:cfg (Results 26 - 50 of 53) sorted by relevance

123

/macosx-10.10/apache-793/httpd/modules/filters/
H A Dmod_xml2enc.c129 xml2cfg* cfg = ap_get_module_config(r->per_dir_config, &xml2enc_module); local
167 xml2cfg* cfg = NULL; /* initialise to shut compiler warnings up */ local
291 xml2cfg* cfg = ap_get_module_config(f->r->per_dir_config, local
570 xml2cfg* cfg = CFG; local
585 xml2cfg* cfg = CFG; local
[all...]
H A Dmod_filter.c338 mod_filter_cfg *cfg = CFG; local
405 mod_filter_cfg *cfg = (mod_filter_cfg *)CFG; local
439 mod_filter_cfg *cfg = CFG; local
500 mod_filter_cfg *cfg = CFG; local
577 mod_filter_cfg *cfg = CFG; local
624 mod_filter_cfg *cfg = CFG; local
639 mod_filter_cfg *cfg = ap_get_module_config(r->per_dir_config, local
684 mod_filter_cfg *cfg = apr_palloc(pool, sizeof(mod_filter_cfg)); local
[all...]
H A Dmod_reqtimeout.c336 reqtimeout_srv_cfg *cfg; local
369 reqtimeout_srv_cfg *cfg; local
401 reqtimeout_srv_cfg *cfg; local
436 reqtimeout_srv_cfg *cfg = apr_pcalloc(p, sizeof(reqtimeout_srv_cfg)); local
453 reqtimeout_srv_cfg *cfg = apr_pcalloc(p, sizeof(reqtimeout_srv_cfg)); local
[all...]
H A Dmod_proxy_html.c103 proxy_html_conf *cfg; member in struct:__anon6235
798 proxy_html_conf *cfg; local
1079 proxy_html_conf *cfg = (proxy_html_conf *)CFG; local
1116 proxy_html_conf *cfg = (proxy_html_conf *)CFG; local
1143 proxy_html_conf *cfg = CFG; local
1158 proxy_html_conf *cfg = CFG; local
1171 proxy_html_conf *cfg = CFG; local
1248 proxy_html_conf *cfg; local
[all...]
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientProfile.c282 EAPOLClientProfileCreate(EAPOLClientConfigurationRef cfg) argument
871 EAPOLClientProfileSetConfiguration(EAPOLClientProfileRef profile, EAPOLClientConfigurationRef cfg) argument
[all...]
H A DEAPOLControl.c668 EAPOLClientConfigurationRef cfg; local
905 EAPOLClientConfigurationRef cfg; local
H A DEAPOLClientConfiguration.c87 get_sc_prefs(EAPOLClientConfigurationRef cfg) argument
170 copy_profiles_for_mode(EAPOLClientConfigurationRef cfg, argument
317 import_profiles(EAPOLClientConfigurationRef cfg) argument
419 export_profiles(EAPOLClientConfigurationRef cfg) argument
709 setInterfaceEAPOLConfiguration(EAPOLClientConfigurationRef cfg, SCNetworkInterfaceRef net_if, CFDictionaryRef dict) argument
749 saveInterfaceEAPOLConfiguration(EAPOLClientConfigurationRef cfg, Boolean * changed_p) argument
844 EAPOLClientConfigurationRef cfg = (EAPOLClientConfigurationRef)cf; local
867 EAPOLClientConfigurationRef cfg = (EAPOLClientConfigurationRef)cf; local
904 EAPOLClientConfigurationRef cfg; local
932 EAPOLClientConfigurationRef cfg; local
1031 EAPOLClientConfigurationSave(EAPOLClientConfigurationRef cfg) argument
1119 EAPOLClientConfigurationCopyProfiles(EAPOLClientConfigurationRef cfg) argument
1147 EAPOLClientConfigurationGetProfileWithID(EAPOLClientConfigurationRef cfg, CFStringRef profileID) argument
1164 EAPOLClientConfigurationGetProfileWithWLANSSID(EAPOLClientConfigurationRef cfg, CFDataRef ssid) argument
1188 EAPOLClientConfigurationGetProfileWithWLANDomain(EAPOLClientConfigurationRef cfg, CFStringRef domain) argument
1212 EAPOLClientConfigurationRemoveProfile(EAPOLClientConfigurationRef cfg, EAPOLClientProfileRef profile) argument
1243 EAPOLClientConfigurationAddProfile(EAPOLClientConfigurationRef cfg, EAPOLClientProfileRef profile) argument
1303 EAPOLClientConfigurationCopyMatchingProfiles(EAPOLClientConfigurationRef cfg, EAPOLClientProfileRef profile) argument
1356 EAPOLClientConfigurationCopyLoginWindowProfiles(EAPOLClientConfigurationRef cfg, CFStringRef if_name) argument
1410 EAPOLClientConfigurationSetLoginWindowProfiles(EAPOLClientConfigurationRef cfg, CFStringRef if_name, CFArrayRef profiles) argument
1505 EAPOLClientConfigurationGetSystemProfile(EAPOLClientConfigurationRef cfg, CFStringRef if_name) argument
1537 EAPOLClientConfigurationSetSystemProfile(EAPOLClientConfigurationRef cfg, CFStringRef if_name, EAPOLClientProfileRef profile) argument
1619 EAPOLClientConfigurationCopyAllSystemProfiles(EAPOLClientConfigurationRef cfg) argument
1638 EAPOLClientConfigurationCopyAllLoginWindowProfiles(EAPOLClientConfigurationRef cfg) argument
1659 EAPOLClientConfigurationGetDefaultAuthenticationProperties(EAPOLClientConfigurationRef cfg) argument
1679 EAPOLClientConfigurationSetDefaultAuthenticationProperties(EAPOLClientConfigurationRef cfg, CFDictionaryRef auth_props) argument
1705 EAPOLClientConfigurationSetProfileForSSID(EAPOLClientConfigurationRef cfg, CFDataRef ssid, EAPOLClientProfileRef profile) argument
1720 EAPOLClientConfigurationSetProfileForWLANDomain(EAPOLClientConfigurationRef cfg, CFStringRef domain, EAPOLClientProfileRef profile) argument
1735 EAPOLClientConfigurationGetAuthorizationExternalForm(EAPOLClientConfigurationRef cfg) argument
[all...]
H A DEAPOLClientItemID.c1377 EAPOLClientItemIDCreateWithDictionary(EAPOLClientConfigurationRef cfg, argument
1429 EAPOLClientConfigurationRef cfg; local
[all...]
/macosx-10.10/eap8021x-198/eapolcfg_auth.tproj/
H A Deapolcfg_auth.c116 EAPOLClientConfigurationRef cfg = NULL; local
164 EAPOLClientConfigurationRef cfg = NULL; local
226 EAPOLClientConfigurationRef cfg local
281 EAPOLClientConfigurationRef cfg = NULL; local
321 EAPOLClientConfigurationRef cfg = NULL; local
[all...]
/macosx-10.10/xnu-2782.1.97/osfmk/x86_64/
H A Dkpc_x86.c225 uint64_t cfg = IA32_PERFEVTSELx(ctr); local
274 uint64_t cfg, save; local
/macosx-10.10/apache-793/httpd/modules/core/
H A Dmod_macro.c118 warn_if_non_blank( const char * what, char * ptr, ap_configfile_t * cfg) argument
667 make_array_config(apr_pool_t * pool, apr_array_header_t * contents, const char *where, ap_configfile_t * cfg, ap_configfile_t ** upper) argument
/macosx-10.10/apache-793/httpd/modules/database/
H A Dmod_dbd.c57 dbd_cfg_t *cfg; member in struct:dbd_group_t
70 dbd_cfg_t *cfg; member in struct:__anon6164
97 dbd_cfg_t *cfg = svr->cfg = apr_pcalloc(pool, sizeof(dbd_cfg_t)); local
167 dbd_cfg_t *cfg = svr->cfg; local
208 dbd_cfg_t *cfg = svr->cfg; local
350 dbd_cfg_t *cfg = svr->cfg; local
434 dbd_prepared_init(apr_pool_t *pool, dbd_cfg_t *cfg, ap_dbd_t *rec) argument
465 dbd_init_sql_init(apr_pool_t *pool, dbd_cfg_t *cfg, ap_dbd_t *rec) argument
516 dbd_cfg_t *cfg = group->cfg; local
623 dbd_cfg_t *cfg = group->cfg; local
794 dbd_cfg_t *cfg = svr->cfg; local
[all...]
/macosx-10.10/apache-793/httpd/modules/examples/
H A Dmod_example_hooks.c396 x_cfg *cfg; local
443 x_cfg *cfg; local
523 x_cfg *cfg = (x_cfg *) mconfig; local
547 x_cfg *cfg; local
637 x_cfg *cfg; local
[all...]
/macosx-10.10/tcl-105/tk/tk/unix/
H A DtkUnixRFont.c53 static Tcl_Config cfg[] = { local
/macosx-10.10/OpenSSH-189/openssh/
H A Dsshd.c259 Buffer cfg; variable
/macosx-10.10/eap8021x-198/eapolcfg.tproj/
H A Deapolcfg.c321 EAPOLClientConfigurationRef cfg; local
414 EAPOLClientConfigurationRef cfg = NULL; local
485 EAPOLClientConfigurationRef cfg = NULL; local
608 EAPOLClientConfigurationRef cfg = NULL; local
930 EAPOLClientConfigurationRef cfg = NULL; local
1124 EAPOLClientConfigurationRef cfg = NULL; local
1251 EAPOLClientConfigurationRef cfg; local
1304 EAPOLClientConfigurationRef cfg = NULL; local
1452 EAPOLClientConfigurationRef cfg = NULL; local
1580 EAPOLClientConfigurationRef cfg = NULL; local
1678 EAPOLClientConfigurationRef cfg = NULL; local
1863 EAPOLClientConfigurationRef cfg = NULL; local
1995 EAPOLClientConfigurationRef cfg = NULL; local
2088 EAPOLClientConfigurationRef cfg = NULL; local
2202 EAPOLClientConfigurationRef cfg = NULL; local
2285 EAPOLClientConfigurationRef cfg = NULL; local
2391 EAPOLClientConfigurationRef cfg = NULL; local
[all...]
/macosx-10.10/network_cmds-457/ndp.tproj/
H A Dndp.c1588 struct in6_cga_nodecfg cfg; local
[all...]
/macosx-10.10/tidy-15.15/tidy/src/
H A Dconfig.c726 TidyConfigImpl* cfg = &doc->config; local
766 TidyConfigImpl* cfg = &doc->config; local
1011 TidyConfigImpl* cfg = &doc->config; local
1032 TidyConfigImpl* cfg = &doc->config; local
1056 TidyConfigImpl* cfg = &doc->config; local
1170 TidyConfigImpl* cfg = &doc->config; local
1257 TidyConfigImpl* cfg = &doc->config; local
1384 TidyConfigImpl* cfg = &doc->config; local
1432 TidyConfigImpl* cfg = &doc->config; local
[all...]
/macosx-10.10/apache-793/httpd/modules/lua/
H A Dmod_lua.c143 create_vm_spec(apr_pool_t **lifecycle_pool, request_rec *r, const ap_lua_dir_cfg *cfg, const ap_lua_server_cfg *server_cfg, const char *filename, const char *bytecode, apr_size_t bytecode_len, const char *function, const char *what) argument
268 const ap_lua_dir_cfg *cfg = ap_get_module_config(r->per_dir_config, local
315 const ap_lua_dir_cfg *cfg = ap_get_module_config(r->per_dir_config, local
634 const ap_lua_dir_cfg *cfg = ap_get_module_config(r->per_dir_config, local
718 const ap_lua_dir_cfg *cfg = ap_get_module_config(r->per_dir_config, local
747 const ap_lua_dir_cfg *cfg = ap_get_module_config(r->per_dir_config, local
830 config_getstr(ap_configfile_t *cfg, char *buf, size_t bufsiz) argument
939 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1079 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1105 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1128 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1503 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1516 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1525 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1548 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1573 ap_lua_dir_cfg *cfg = (ap_lua_dir_cfg *) _cfg; local
1633 ap_lua_server_cfg *cfg = ap_get_module_config(cmd->server->module_config, local
1689 const ap_lua_dir_cfg *cfg = ap_get_module_config(r->per_dir_config, local
1898 ap_lua_dir_cfg *cfg = apr_pcalloc(p, sizeof(ap_lua_dir_cfg)); local
1918 ap_lua_request_cfg *cfg = apr_palloc(r->pool, sizeof(ap_lua_request_cfg)); local
1928 ap_lua_server_cfg *cfg = apr_pcalloc(p, sizeof(ap_lua_server_cfg)); local
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/include/opcode/
H A Dcrx.h49 cfg, enumerator in enum:__anon7979
/macosx-10.10/eap8021x-198/EAPOLController.bproj/
H A Dcontroller.c1240 EAPOLClientConfigurationRef cfg; local
1706 EAPOLClientConfigurationRef cfg; member in struct:__anon8682
[all...]
/macosx-10.10/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c302 EAPOLClientConfigurationRef cfg; member in struct:__anon8686
726 EAPOLClientConfigurationRef cfg; local
/macosx-10.10/ntp-92/include/
H A Dmbg_gps166.h378 CFG cfg[N_SVNO]; /* SV configuration from page 63 */ member in struct:__anon11464
/macosx-10.10/vim-55/src/
H A Dgui.c895 guicolor_T cfg, cbg, cc; /* cursor fore-/background color */ local
[all...]
/macosx-10.10/apache-793/httpd/modules/mappers/
H A Dmod_rewrite.c3149 static const char *cmd_parseflagfield(apr_pool_t *p, void *cfg, char *key, argument
3207 rewritecond_entry *cfg = _cfg; local
3406 rewriterule_entry *cfg = _cfg; local
[all...]

Completed in 203 milliseconds

123