Searched refs:protocols (Results 151 - 175 of 229) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c583 ssl_npn_encode_protocols(VALUE sslctx, VALUE protocols) argument
586 rb_iterate(rb_each, protocols, ssl_npn_encode_protocol_i, encoded);
595 VALUE protocols = rb_iv_get(sslctx_obj, "@_protocols"); local
597 *out = (const unsigned char *) RSTRING_PTR(protocols);
598 *outlen = RSTRING_LENINT(protocols);
607 VALUE sslctx_obj, cb, protocols, selected; local
611 protocols = rb_ary_new();
616 rb_ary_push(protocols, protocol);
620 selected = rb_funcall(cb, rb_intern("call"), 1, protocols);
2037 * advertised as the list of supported protocols fo
[all...]
/macosx-10.10/objc4-646/runtime/
H A Dobjc-runtime-new.h240 struct protocol_list_t *protocols;
309 const protocol_list_t ** protocols;
928 struct protocol_list_t *protocols;
H A Dobjc-class-old.mm55 nil, // protocols
973 for (list = cls->protocols; list != nil; list = list->next) {
1792 plist->next = cls->protocols;
1793 cls->protocols = plist;
1915 * protocols implemented by the class, or nil if the class
1916 * implements no protocols. Caller must free the block.
1917 * Does not copy any superclass's protocols.
1934 for (plist = cls->protocols; plist != nil; plist = plist->next) {
1941 for (p = 0, plist = cls->protocols;
2188 // No ivars. No methods. Empty cache. No protocols
[all...]
H A Dobjc-runtime-old.mm345 * Returns pointers to all protocols.
1556 * (and optionally recursively all incorporated protocols)
1742 * Copies this protocol's incorporated protocols.
1743 * Does not copy those protocol's incorporated protocols in turn.
1838 // No method with that name. Search incorporated protocols.
2573 old_protocol_list *protos = cls->protocols;
3058 * protocols into the class it augments.
3076 // Augment protocols
3077 if ((version >= 5) && category->protocols)
3081 category->protocols
[all...]
H A Dobjc-os.mm133 hi->protocols = sects->protoStart ? (struct old_protocol **)((void **)sects->protoStart+1) : 0;
134 hi->protocolCount = (struct old_protocol **)sects->protoEnd - hi->protocols;
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-decode.el439 `known', only verify known protocols. Otherwise, ask user."
443 (item :tag "only known protocols" known)
458 `known', only decrypt known protocols. Otherwise, ask user."
462 (item :tag "only known protocols" known)
1494 (let ((protocols mm-verify-function-alist))
1495 (while protocols
1496 (if (and (or (not (setq functest (nth 3 (car protocols))))
1498 (mm-find-part-by-type parts (caar protocols) nil t))
1499 (setq protocol (caar protocols)
1500 protocols ni
[all...]
/macosx-10.10/postfix-255/postfix/src/tls/
H A Dtls.h390 const char *protocols; /* Enabled protocols */ member in struct:__anon11834
435 const char *protocols; member in struct:__anon11835
H A Dtls_client.c784 protomask = tls_protocol_mask(props->protocols);
788 props->namaddr, props->protocols);
H A Dtls_server.c367 * First validate the protocols. If these are invalid, we can't continue.
369 protomask = tls_protocol_mask(props->protocols);
373 props->protocols);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dselector.m1833 * Find the signature of 'selector' in the list of protocols.
1836 find_protocol_signature(PyObject* protocols, SEL selector, int is_class_method)
1843 if (!PyList_Check(protocols)) {
1846 Py_TYPE(protocols)->tp_name);
1851 len = PyList_GET_SIZE(protocols);
1853 proto = PyList_GET_ITEM(protocols, i);
1885 if (PyList_Append(protocols, proto) < 0) {
1900 PyObject* protocols)
2097 if (protocols != NULL) {
2099 protocols, selecto
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dselector.m1905 * Find the signature of 'selector' in the list of protocols.
1908 find_protocol_signature(PyObject* protocols, SEL selector, int is_class_method)
1915 if (!PyList_Check(protocols)) {
1918 Py_TYPE(protocols)->tp_name);
1923 len = PyList_GET_SIZE(protocols);
1925 proto = PyList_GET_ITEM(protocols, i);
1957 if (PyList_Append(protocols, proto) < 0) {
1972 PyObject* protocols)
2169 if (protocols != NULL) {
2171 protocols, selecto
[all...]
/macosx-10.10/Libc-1044.1.2/xcodescripts/
H A Dheaders.sh145 PROTO_INSTHDRS=( "${INC_PROTO_INSTHDRS[@]/#/${SRCROOT}/include/protocols/}" )
208 ${MKDIR} ${INCDIR}/protocols
221 ${INSTALL} -m ${INSTALLMODE} ${PROTO_INSTHDRS[@]} ${INCDIR}/protocols
/macosx-10.10/WebKit-7600.1.25/ios/WebView/
H A DWebPDFViewPlaceholder.mm182 #pragma mark WebPDFDocumentView and WebPDFDocumentRepresentation protocols
189 #pragma mark WebDocumentView and WebDocumentRepresentation protocols
/macosx-10.10/configd-699.1.5/scutil.tproj/
H A Dnet.c48 __private_extern__ CFArrayRef protocols = NULL; variable
471 if (protocols != NULL) {
472 CFRelease(protocols);
473 protocols = NULL;
640 { "protocols", NULL , NULL , NULL ,
/macosx-10.10/postfix-255/postfix/src/smtpstone/
H A Dsmtp-sink.c1402 const char *protocols = INET_PROTO_NAME_ALL; local
1427 protocols = INET_PROTO_NAME_IPV4;
1430 protocols = INET_PROTO_NAME_IPV6;
1572 proto_info = inet_proto_init("protocols", protocols);
H A Dsmtp-source.c951 const char *protocols = INET_PROTO_NAME_ALL; local
969 protocols = INET_PROTO_NAME_IPV4;
972 protocols = INET_PROTO_NAME_IPV6;
1105 proto_info = inet_proto_init("protocols", protocols);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-AddressBook-2.5.1/Lib/AddressBook/
H A D_metadata.py79 protocols={'ABActionDelegate': objc.informal_protocol('ABActionDelegate', [objc.selector(None, b'shouldEnableActionForPerson:identifier:', b'Z@:@@', isRequired=False), objc.selector(None, b'actionProperty', b'@@:', isRequired=False), objc.selector(None, b'performActionForPerson:identifier:', b'v@:@@', isRequired=False), objc.selector(None, b'titleForPerson:identifier:', b'@@:@@', isRequired=False)])} variable
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Lib/Quartz/PDFKit/
H A D_metadata.py109 protocols={'PDFViewDelegate': objc.informal_protocol('PDFViewDelegate', [objc.selector(None, b'PDFViewWillClickOnLink:withURL:', b'v@:@@', isRequired=False), objc.selector(None, b'PDFViewOpenPDF:forRemoteGoToAction:', b'v@:@@', isRequired=False), objc.selector(None, b'PDFViewPerformFind:', b'v@:@', isRequired=False), objc.selector(None, b'PDFViewWillChangeScaleFactor:toScale:', sel32or64(b'f@:@f', b'd@:@d'), isRequired=False), objc.selector(None, b'PDFViewPerformPrint:', b'v@:@', isRequired=False), objc.selector(None, b'PDFViewPrintJobTitle:', b'@@:@', isRequired=False), objc.selector(None, b'PDFViewPerformGoToPage:', b'v@:@', isRequired=False)]), 'PDFDocumentDelegate': objc.informal_protocol('PDFDocumentDelegate', [objc.selector(None, b'classForPage', b'^{objc_class=}@:', isRequired=False), objc.selector(None, b'classForAnnotationClass:', b'^{objc_class=}@:^{objc_class=}', isRequired=False), objc.selector(None, b'didMatchString:', b'v@:@', isRequired=False)]), 'PDFDocumentNotifications': objc.informal_protocol('PDFDocumentNotifications', [objc.selector(None, b'documentDidFindMatch:', b'v@:@', isRequired=False), objc.selector(None, b'documentDidBeginPageFind:', b'v@:@', isRequired=False), objc.selector(None, b'documentDidBeginDocumentFind:', b'v@:@', isRequired=False), objc.selector(None, b'documentDidUnlock:', b'v@:@', isRequired=False), objc.selector(None, b'documentDidEndPageFind:', b'v@:@', isRequired=False), objc.selector(None, b'documentDidEndDocumentFind:', b'v@:@', isRequired=False)])} variable
/macosx-10.10/remote_cmds-47/ruptime.tproj/
H A Druptime.c51 #include <protocols/rwhod.h>
/macosx-10.10/remote_cmds-47/talkd.tproj/
H A Dprocess.c57 #include <protocols/talkd.h>
/macosx-10.10/curl-83.1.2/curl/lib/vtls/
H A Dopenssl.c1502 unsigned char protocols[128]; local
1712 protocols[0] = NGHTTP2_PROTO_VERSION_ID_LEN;
1713 memcpy(&protocols[1], NGHTTP2_PROTO_VERSION_ID,
1716 protocols[NGHTTP2_PROTO_VERSION_ID_LEN+1] = ALPN_HTTP_1_1_LENGTH;
1717 memcpy(&protocols[NGHTTP2_PROTO_VERSION_ID_LEN+2], ALPN_HTTP_1_1,
1720 /* expects length prefixed preference ordered list of protocols in wire
1723 SSL_CTX_set_alpn_protos(connssl->ctx, protocols,
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dmain.c314 struct protent *protocols[] = { variable in typeref:struct:protent
392 * Initialize magic number generator now so that protocols may
400 for (i = 0; (protp = protocols[i]) != NULL; ++i)
467 for (i = 0; (protp = protocols[i]) != NULL; ++i)
781 for (i = 0; (protp = protocols[i]) != NULL; ++i)
792 for (i = 0; (protp = protocols[i]) != NULL; ++i)
1501 for (i = 0; (protp = protocols[i]) != NULL; ++i) {
/macosx-10.10/cups-408/cups/scheduler/
H A Dconf.c2516 * 'parse_protocols()' - Parse browse protocols in a string.
2520 parse_protocols(const char *s) /* I - Space-delimited protocols */
2522 int protocols; /* Browse protocol bits */ local
2541 protocols = 0;
2563 protocols |= BROWSE_DNSSD;
2565 protocols |= BROWSE_ALL;
2575 return (protocols);
3055 int protocols = parse_protocols(value); local
3057 if (protocols < 0)
3065 BrowseLocalProtocols = protocols;
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_archive_python.py258 self._protocols = test.pickletester.protocols
259 test.pickletester.protocols = (2,)
/macosx-10.10/cups-408/cups/cups/
H A Dppd.h339 char *protocols; /* Protocols (BCP, TBCP) string @since CUPS 1.1.19/OS X 10.3@ */ member in struct:ppd_file_s

Completed in 437 milliseconds

12345678910