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

123456

/freebsd-11-stable/contrib/binutils/include/
H A Ddemangle.h151 demangle_callbackref callback, void *opaque);
158 demangle_callbackref callback, void *opaque);
558 opaque value. The fourth is the opaque value passed to the callback.
570 demangle_callbackref callback, void *opaque);
/freebsd-11-stable/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-11-stable/crypto/heimdal/lib/krb5/
H A Dsalt-arcfour.c41 krb5_data opaque,
37 ARCFOUR_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
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-11-stable/sys/sys/
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-11-stable/contrib/libxo/libxo/
H A Dxo_encoder.h93 xo_set_private (xo_handle_t *xop, void *opaque);
/freebsd-11-stable/sys/contrib/zlib/
H A Dzutil.h257 voidpf ZLIB_INTERNAL zcalloc OF((voidpf opaque, unsigned items,
259 void ZLIB_INTERNAL zcfree OF((voidpf opaque, voidpf ptr));
263 (*((strm)->zalloc))((strm)->opaque, (items), (size))
264 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr))
H A Dcompress.c39 stream.opaque = (voidpf)0;
H A Duncompr.c53 stream.opaque = (voidpf)0;
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_digest.c52 const char *opaque; member in struct:digest_authn_info_t
221 if (digest_info->opaque) {
222 hdr = apr_psprintf(pool, "%s, opaque=\"%s\"", hdr,
223 digest_info->opaque);
250 const char *opaque = NULL; local
310 else if (strcmp(key, "opaque") == 0)
311 opaque = val;
349 digest_info->opaque = apr_pstrdup(digest_info->pool, opaque);
/freebsd-11-stable/include/rpcsvc/
H A Dnfs_prot.x104 opaque data[NFS_FHSIZE];
212 opaque data<NFS_MAXDATA>;
230 opaque data<NFS_MAXDATA>;
255 typedef opaque nfscookie[NFS_COOKIESIZE];
318 typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE];
319 typedef opaque createverf3[NFS3_CREATEVERFSIZE];
320 typedef opaque writeverf3[NFS3_WRITEVERFSIZE];
385 opaque data<NFS3_FHSIZE>;
656 opaque data<>;
685 opaque dat
[all...]
/freebsd-11-stable/sys/dev/bnxt/
H A Dbnxt_txrx.c115 /* No need to byte-swap the opaque value */
116 tbd->opaque = ((pi->ipi_nsegs + need_hi) << 24) | pi->ipi_new_pidx;
221 /* No need to byte-swap the opaque value */
222 avail += cmpl[cons].opaque >> 24;
291 /* No need to byte-swap the opaque value */
292 rxbd[pidx].opaque = (((rxqid & 0xff) << 24) | (flid << 16)
478 /* No need to byte-swap the opaque value */
479 ri->iri_frags[0].irf_flid = (rcp->opaque >> 16) & 0xff;
480 ri->iri_frags[0].irf_idx = rcp->opaque & 0xffff;
520 /* No need to byte-swap the opaque valu
[all...]
/freebsd-11-stable/sys/cddl/dev/fbt/aarch64/
H A Dfbt_isa.c83 linker_symval_t *symval, void *opaque)
92 modname = opaque;
82 fbt_provide_module_function(linker_file_t lf, int symindx, linker_symval_t *symval, void *opaque) argument
/freebsd-11-stable/sys/cddl/dev/fbt/riscv/
H A Dfbt_isa.c82 linker_symval_t *symval, void *opaque)
91 modname = opaque;
81 fbt_provide_module_function(linker_file_t lf, int symindx, linker_symval_t *symval, void *opaque) argument
/freebsd-11-stable/sys/cddl/dev/fbt/arm/
H A Dfbt_isa.c90 linker_symval_t *symval, void *opaque)
92 char *modname = opaque;
89 fbt_provide_module_function(linker_file_t lf, int symindx, linker_symval_t *symval, void *opaque) argument
/freebsd-11-stable/sys/cddl/dev/fbt/mips/
H A Dfbt_isa.c82 linker_symval_t *symval, void *opaque)
89 modname = opaque;
81 fbt_provide_module_function(linker_file_t lf, int symindx, linker_symval_t *symval, void *opaque) argument
/freebsd-11-stable/sys/contrib/zlib/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-11-stable/contrib/netbsd-tests/crypto/opencrypto/
H A Dh_comp_zlib.c76 z.opaque = 0;
H A Dh_comp_zlib_rnd.c80 z.opaque = 0;
/freebsd-11-stable/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-11-stable/usr.bin/gzip/
H A Dunbzip2.c55 bzs.opaque = NULL;

Completed in 158 milliseconds

123456