Searched refs:psc (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_http.c1089 proxy_server_conf *psc; local
1093 psc = (proxy_server_conf *) ap_get_module_config(sconf, &proxy_module);
1121 if (psc->badopt == bad_error) {
1126 else if (psc->badopt == bad_body) {
1147 /* this is the psc->badopt == bad_ignore case */
/macosx-10.10/ruby-106/ruby/tool/
H A Dinstruction.rb14 nsc = [], psc = [[], []]
29 @pushsc = psc
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c3029 struct systemstats_power_state_change_s psc; local
3045 bzero(&psc, sizeof(struct systemstats_power_state_change_s));
3046 psc.now_on_battery = !(b->externalConnected);
3047 psc.is_fully_charged = isFullyCharged(b);
3048 systemstats_write_power_state_change(&psc);

Completed in 151 milliseconds