Searched refs:browsers (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/mDNSResponder-561.1.1/mDNSMacOSX/
H A DBonjourEvents.c516 NetBrowserInfo** browsers = malloc(count * sizeof(NetBrowserInfo*)); local
519 CFDictionaryGetKeysAndValues(plugin->_tokenToBrowserMap, NULL, (const void**)browsers);
523 if (NetBrowserInfoEqual(browsers[i], browser))
538 asl_log(NULL, NULL, ASL_LEVEL_INFO, "%s:%s: Decrementing browsers %p count", sPluginIdentifier, __FUNCTION__, browser);
543 free(browsers);
559 NetBrowserInfo** browsers = malloc(count * sizeof(NetBrowserInfo*)); local
562 CFDictionaryGetKeysAndValues(plugin->_browsers, (const void**)browsers, (const void**)dicts);
565 // Loop thru the browsers list and see if we can find a matching one.
578 browser = browsers[i];
594 free(browsers);
630 NetBrowserInfo** browsers = malloc(count * sizeof(NetBrowserInfo*)); local
[all...]
/macosx-10.10.1/cups-408/cups/backend/
H A Ddnssd.c83 static int browsers = 0; /* Number of running browsers */ variable
334 browsers = 6;
561 if (sent == cupsArrayCount(devices) && browsers == 0)
720 browsers--;
/macosx-10.10.1/apache-793/httpd/test/
H A Dmake_sni.sh34 # authentication test. Normally not set. However some browsers
46 echo " -p str Password for the client certificate test (some browsers require a set password)"
56 echo "few non-SNI browsers access."
113 # as the browsers get upset if they see an identical
120 # for most browsers.
391 catch all for non-SNI browsers. Depending on your circumstances it may make
393 (and hence URI's under this generic name). Thus allowing non SNI browsers also
/macosx-10.10.1/vim-55/runtime/autoload/
H A DnetrwFileHandlers.vim2 " netrw's browsers' x command ("eXecute launcher")
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSShared/
H A Duds_daemon.c184 browser_t *browsers; member in struct:request_state::__anon10866::__anon10867
2191 for (p = info->u.browser.browsers; p; p = p->next)
2209 b->next = info->u.browser.browsers;
2210 info->u.browser.browsers = b;
2235 while (info->u.browser.browsers)
2237 browser_t *ptr = info->u.browser.browsers;
2247 info->u.browser.browsers = ptr->next;
2270 browser_t **ptr = &request->u.browser.browsers;
2606 request->u.browser.browsers = NULL;
5147 for (blist = req->u.browser.browsers; blis
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A D2html.vim331 \ "similar browsers, but it should fail gracefully. */",
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.pm1333 ECMAscript (the standard) or javascript (whatever browsers actually

Completed in 261 milliseconds