Searched refs:opaque (Results 101 - 125 of 199) sorted by relevance

12345678

/macosx-10.10.1/OpenSSL098-52/src/crypto/comp/
H A Dc_zlib.c36 static void* zlib_zalloc(void* opaque, unsigned int no, unsigned int size) argument
47 static void zlib_zfree(void* opaque, void* address) argument
150 state->istream.opaque = Z_NULL;
162 state->ostream.opaque = Z_NULL;
/macosx-10.10.1/OpenSSL098-52/src/fips/
H A Dfips_canister.c164 struct { unsigned __int64 opaque,ip; } *p=(void *)instruction_pointer;
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DRemoteLayerTreePropertyApplier.mm183 layer.opaque = properties.opaque;
H A DRemoteLayerTreeTransaction.mm98 , opaque(false)
132 , opaque(other.opaque)
202 encoder << opaque;
351 if (!decoder.decode(result.opaque))
987 ts << " opaque";
1067 dumpProperty(ts, "opaque", layerProperties.opaque);
H A DRemoteLayerTreeTransaction.h154 bool opaque; member in struct:WebKit::RemoteLayerTreeTransaction::LayerProperties
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.h64 void *opaque; member in struct:__anon6751
H A Dbzlib_private.h102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1)
103 #define BZFREE(ppp) (strm->bzfree)(strm->opaque,(ppp))
H A Dbzlib.c110 void* default_bzalloc ( void* opaque, Int32 items, Int32 size ) argument
117 void default_bzfree ( void* opaque, void* addr ) argument
978 bzf->strm.opaque = NULL;
1152 bzf->strm.opaque = NULL;
1299 strm.opaque = NULL;
1348 strm.opaque = NULL;
/macosx-10.10.1/ruby-106/ruby/test/webrick/
H A Dtest_httpauth.rb166 ", opaque=\"#{params['opaque']}\"" \
/macosx-10.10.1/emacs-93/emacs/lisp/url/
H A Durl-auth.el205 (opaque (or (cdr-safe (assoc "opaque" args)) "nonegiven")))
209 "response=\"%s\", opaque=\"%s\"")
212 (nth 2 retval))) opaque))))))
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.h290 char opaque[40]; member in struct:cat_cookie_t
292 char opaque[24];
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dzran.c152 strm.opaque = Z_NULL;
266 strm.opaque = Z_NULL;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dcp-demangle.c.orig293 void *opaque;
2715 d_growable_string_callback_adapter (const char *s, size_t l, void *opaque)
2717 struct d_growable_string *dgs = (struct d_growable_string*) opaque;
2726 demangle_callbackref callback, void *opaque)
2735 dpi->opaque = opaque;
2760 dpi->callback (dpi->buf, dpi->len, dpi->opaque);
2810 demangle_callbackref callback, void *opaque)
2814 d_print_init (&dpi, options, callback, opaque);
3969 demangle_callbackref callback, void *opaque)
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/ntlm/
H A Ddigest.c541 context->serverOpaque = values_find(&val, "opaque");
745 char *a1, *str, *cnonce = NULL, *opaque = NULL, *uri = NULL, *nc = NULL; local
815 asprintf(&opaque, ",opaque=\"%s\"", context->serverOpaque);
832 opaque ? opaque : "");
837 FREE_AND_CLEAR(opaque);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/WebPage/mac/
H A DPlatformCALayerRemote.cpp203 m_properties.backingStore->ensureBackingStore(m_properties.bounds.size(), m_properties.contentsScale, m_acceleratesDrawing, m_properties.opaque);
398 return m_properties.opaque;
403 m_properties.opaque = value;
/macosx-10.10.1/Librpcsvc-24/
H A Dnlm_prot.x253 opaque priv[16]; /* private data */
/macosx-10.10.1/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12Decode.cpp484 /* well, save it as an opaque bag for now */
485 P12OpaqueBag *opaque = new P12OpaqueBag( local
489 addOpaque(opaque);
H A Dpkcs12Coder.h39 * -- bags of certs, CRLs, keys, and opaque blobs in the
156 P12OpaqueBag *opaque);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12Decode.cpp484 /* well, save it as an opaque bag for now */
485 P12OpaqueBag *opaque = new P12OpaqueBag( local
489 addOpaque(opaque);
H A Dpkcs12Coder.h39 * -- bags of certs, CRLs, keys, and opaque blobs in the
156 P12OpaqueBag *opaque);
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dmemory_object_types.h424 opaque; /* use upl_page_xxx() accessor funcs */
431 unsigned int opaque[2]; /* use upl_page_xxx() accessor funcs */ member in struct:upl_page_info
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dtest_enctypes.c200 krb5_data password, opaque; local
219 opaque.data = iter;
220 opaque.length = sizeof(iter);
253 opaque,
/macosx-10.10.1/Heimdal-398.1.2/kdc/
H A Ddigest.c489 hex_encode(buf.data, buf.length, &r.u.initReply.opaque);
492 if (r.u.initReply.opaque == NULL) {
526 buf.length = strlen(ireq.u.digestRequest.opaque);
534 ret = hex_decode(ireq.u.digestRequest.opaque, buf.data, buf.length);
537 krb5_set_error_message(context, ret, "Failed to decode opaque");
1091 * Save data encryted in opaque for the second part of the
1124 buf.data, buf.length, &r.u.ntlmInitReply.opaque);
1170 ireq.u.ntlmRequest.opaque.data,
1171 ireq.u.ntlmRequest.opaque.length, &buf);
/macosx-10.10.1/IOFWDVComponents-207.4.1/
H A DIsochronousDataHandler.i256 struct opaque PsuedoID;
/macosx-10.10.1/llvmCore-3425.0.34/utils/vim/
H A Dllvm.vim19 syn keyword llvmType type label opaque

Completed in 356 milliseconds

12345678