Searched refs:opaque (Results 26 - 50 of 98) sorted by relevance

1234

/freebsd-10.0-release/lib/libz/
H A Dcompress.c44 stream.opaque = (voidpf)0;
H A Dzutil.h239 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
241 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
245 (*((strm)->zalloc))((strm)->opaque, (items), (size))
246 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dzlib.h80 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
81 typedef void (*free_func) OF((voidpf opaque, voidpf address));
99 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 to zero. The application must initialize zalloc, zfree and opaque before
138 The opaque value provided by the application will be passed as the first
141 opaque value.
208 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
227 zalloc, zfree and opaque must be initialized before by the caller. If
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
535 fields next_in, zalloc, zfree and opaque mus
[all...]
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.h266 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
267 void zcfree OF((voidpf opaque, voidpf ptr));
270 (*((strm)->zalloc))((strm)->opaque, (items), (size))
271 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dzlib.h79 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
80 typedef void (*free_func) OF((voidpf opaque, voidpf address));
98 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
134 opaque before calling the init function. All other fields are set by the
137 The opaque value provided by the application will be passed as the first
140 opaque value.
207 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
225 zalloc, zfree and opaque must be initialized before by the caller.
348 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
490 fields next_in, zalloc, zfree and opaque mus
[all...]
/freebsd-10.0-release/sys/net/
H A Dzutil.h223 voidpf zcalloc OF((voidpf opaque, unsigned items, unsigned size));
224 void zcfree OF((voidpf opaque, voidpf ptr));
227 (*((strm)->zalloc))((strm)->opaque, (items), (size))
228 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dzlib.h273 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
274 typedef void (*free_func) OF((voidpf opaque, voidpf address));
292 voidpf opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
305 opaque before calling the init function. All other fields are set by the
308 The opaque value provided by the application will be passed as the first
311 opaque value.
372 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
390 zalloc, zfree and opaque must be initialized before by the caller.
502 zalloc, zfree and opaque must be initialized before by the caller. If
601 fields next_in, zalloc, zfree and opaque mus
[all...]
/freebsd-10.0-release/sys/xen/interface/hvm/
H A Dioreq.h91 void *opaque; member in struct:pio_buffer
/freebsd-10.0-release/contrib/serf/auth/
H A Dauth_digest.c47 const char *opaque; member in struct:digest_authn_info_t
201 if (digest_info->opaque) {
202 hdr = apr_psprintf(pool, "%s, opaque=\"%s\"", hdr,
203 digest_info->opaque);
228 const char *opaque = NULL; local
288 else if (strcmp(key, "opaque") == 0)
289 opaque = val;
327 digest_info->opaque = apr_pstrdup(digest_info->pool, opaque);
/freebsd-10.0-release/include/rpcsvc/
H A Dnfs_prot.x102 opaque data[NFS_FHSIZE];
210 opaque data<NFS_MAXDATA>;
228 opaque data<NFS_MAXDATA>;
253 typedef opaque nfscookie[NFS_COOKIESIZE];
316 typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE];
317 typedef opaque createverf3[NFS3_CREATEVERFSIZE];
318 typedef opaque writeverf3[NFS3_WRITEVERFSIZE];
383 opaque data<NFS3_FHSIZE>;
654 opaque data<>;
683 opaque dat
[all...]
H A Dnis.x267 opaque dir_data<>; /* Directory Data (XDR'ed) */
268 opaque signature<>; /* Signature of the source */
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Ddigest.c182 return digest->initReply.opaque;
188 const char *opaque)
190 if (digest->request.opaque) {
191 krb5_set_error_message(context, EINVAL, "opaque already set");
194 digest->request.opaque = strdup(opaque);
195 if (digest->request.opaque == NULL) {
952 krb5_data *opaque)
956 ret = der_copy_octet_string(&ntlm->initReply.opaque, opaque);
186 krb5_digest_set_opaque(krb5_context context, krb5_digest digest, const char *opaque) argument
950 krb5_ntlm_init_get_opaque(krb5_context context, krb5_ntlm ntlm, krb5_data *opaque) argument
1114 krb5_ntlm_req_set_opaque(krb5_context context, krb5_ntlm ntlm, krb5_data *opaque) argument
[all...]
H A Dsalt-des3.c42 krb5_data opaque,
107 krb5_data opaque,
38 DES3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
103 DES3_string_to_key_derived(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
/freebsd-10.0-release/lib/libz/test/
H A Dexample.c210 c_stream.opaque = (voidpf)0;
249 d_stream.opaque = (voidpf)0;
288 c_stream.opaque = (voidpf)0;
345 d_stream.opaque = (voidpf)0;
385 c_stream.opaque = (voidpf)0;
424 d_stream.opaque = (voidpf)0;
466 c_stream.opaque = (voidpf)0;
505 d_stream.opaque = (voidpf)0;
H A Dinfcover.c34 zalloc, zfree, and opaque members of strm to use
157 parameters to the controlled routines, with opaque pointing to the space */
170 strm->opaque = zone;
178 struct mem_zone *zone = strm->opaque;
186 struct mem_zone *zone = strm->opaque;
194 struct mem_zone *zone = strm->opaque;
204 struct mem_zone *zone = strm->opaque;
231 strm->opaque = Z_NULL;
/freebsd-10.0-release/crypto/heimdal/lib/gssapi/ntlm/
H A Dkdc.c47 krb5_data opaque; member in struct:ntlmkrb5
220 krb5_data_free(&c->opaque);
279 ret = krb5_ntlm_init_get_opaque(c->context, c->ntlm, &c->opaque);
369 ret = krb5_ntlm_req_set_opaque(c->context, c->ntlm, &c->opaque);
/freebsd-10.0-release/usr.bin/gzip/
H A Dunbzip2.c53 bzs.opaque = NULL;
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dpassword_quality.c48 const char *opaque,
86 const char *opaque,
137 const char *opaque,
45 min_length_passwd_quality(krb5_context context, krb5_principal principal, krb5_data *pwd, const char *opaque, char *message, size_t length) argument
83 char_class_passwd_quality(krb5_context context, krb5_principal principal, krb5_data *pwd, const char *opaque, char *message, size_t length) argument
134 external_passwd_quality(krb5_context context, krb5_principal principal, krb5_data *pwd, const char *opaque, char *message, size_t length) argument
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DHost.cpp842 void * opaque = ::dlopen (path, mode); local
844 if (opaque)
847 return new DynamicLibraryInfo (file_spec, options, opaque);
862 Host::DynamicLibraryClose (void *opaque) argument
865 if (opaque == NULL)
871 DynamicLibraryInfo *dylib_info = (DynamicLibraryInfo *) opaque;
885 Host::DynamicLibraryGetSymbol (void *opaque, const char *symbol_name, Error &error) argument
887 if (opaque == NULL)
893 DynamicLibraryInfo *dylib_info = (DynamicLibraryInfo *) opaque;
/freebsd-10.0-release/include/rpc/
H A Drpcb_prot.x188 opaque args<>; /* argument */
196 % * opaque arguments in the "args" structure. xdr_rpcb_rmtcallargs() needs to
221 opaque results<>; /* result */
/freebsd-10.0-release/lib/libc/rpc/
H A Dauth_none.c139 authnone_validate(AUTH *client, struct opaque_auth *opaque) argument
/freebsd-10.0-release/sys/rpc/
H A Dauth_none.c137 authnone_validate(AUTH *client, uint32_t xid, struct opaque_auth *opaque, argument
/freebsd-10.0-release/contrib/apr/threadproc/unix/
H A Dthread.c139 static void *dummy_worker(void *opaque) argument
141 apr_thread_t *thread = (apr_thread_t*)opaque;
/freebsd-10.0-release/crypto/heimdal/kuser/
H A Dkdigest.c124 printf("opaque=%s\n", krb5_digest_get_opaque(context, digest));
145 errx(1, "opaque missing");
371 errx(1, "opaque missing");
436 krb5_data challenge, opaque; local
497 ret = krb5_ntlm_init_get_opaque(context, ntlm, &opaque);
501 base64_encode(opaque.data, opaque.length, &s);
502 krb5_data_free(&opaque);
503 printf("opaque=%s\n", s);
/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dcp-demangle.c293 void *opaque; member in struct:d_print_info
2707 d_growable_string_callback_adapter (const char *s, size_t l, void *opaque) argument
2709 struct d_growable_string *dgs = (struct d_growable_string*) opaque;
2718 demangle_callbackref callback, void *opaque)
2727 dpi->opaque = opaque;
2752 dpi->callback (dpi->buf, dpi->len, dpi->opaque);
2802 demangle_callbackref callback, void *opaque)
2806 d_print_init (&dpi, options, callback, opaque);
3961 demangle_callbackref callback, void *opaque)
2717 d_print_init(struct d_print_info *dpi, int options, demangle_callbackref callback, void *opaque) argument
2800 cplus_demangle_print_callback(int options, const struct demangle_component *dc, demangle_callbackref callback, void *opaque) argument
3960 d_demangle_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
4174 __gcclibcxx_demangle_callback(const char *mangled_name, void (*callback) (const char *, size_t, void *), void *opaque) argument
4206 cplus_demangle_v3_callback(const char *mangled, int options, demangle_callbackref callback, void *opaque) argument
4227 java_demangle_v3_callback(const char *mangled, demangle_callbackref callback, void *opaque) argument
[all...]

Completed in 294 milliseconds

1234