Searched refs:opaque (Results 1 - 25 of 98) sorted by relevance

1234

/freebsd-10.0-release/include/rpcsvc/
H A Dcrypt.x73 opaque desbuf<>;
77 opaque desbuf<>;
H A Dspray.x65 typedef opaque sprayarr<SPRAYMAX>;
H A Dsm_inter.x89 opaque priv[16]; /* private information to store at monitor for requesting process */
124 opaque priv[16]; /* stored private information */
H A Dkey_prot.x92 typedef opaque keybuf[HEXKEYBYTES]; /* store key in hex */
163 %#ifndef opaque
164 %#define opaque char
H A Dmount.x56 typedef opaque fhandle[FHSIZE];
58 typedef opaque fhandle3<FHSIZE3>;
H A Dypupdate_prot.x70 typedef opaque yp_buf<MAXYPDATALEN>;
H A Dpmap_prot.x163 opaque args<>;
171 % * opaque arguments in the "args" structure. xdr_rmtcall_args() needs to be
198 opaque res<>;
H A Dyp.x85 typedef opaque keydat<YPMAXRECORD>;
86 typedef opaque valdat<YPMAXRECORD>;
199 opaque ypbind_binding_addr[4]; /* In network order */
200 opaque ypbind_binding_port[2]; /* In network order */
H A Dypxfrd.x159 opaque xfrblock_buf<>;
H A Dnis_object.x87 opaque zattr_val<>; /* Value for the attribute. */
108 PRIVATE_OBJ = 7 /* Private object (all opaque data) */
189 opaque ec_value<>; /* It's textual value */
274 opaque po_data<>;
289 * server doesn't recognize the type returned it treats it as opaque data.
290 * And the definition for opaque data is {int size; char *data;}. In this
H A Drex.x76 opaque chars[4];
151 opaque chars[6];
162 opaque chars[6];
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Dzutil.c222 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
224 voidpf buf = opaque; /* just to make some compilers happy */
246 void zcfree (voidpf opaque, voidpf ptr) argument
264 ptr = opaque; /* just to make some compilers happy */
281 voidpf zcalloc (voidpf opaque, unsigned items, unsigned size) argument
283 if (opaque) opaque = 0; /* to make compiler happy */
287 void zcfree (voidpf opaque, voidpf ptr) argument
289 if (opaque) opaque
[all...]
H A Dzmod_subr.c42 zcalloc(void *opaque, uint_t items, uint_t size) argument
58 zcfree(void *opaque, void *ptr) argument
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dsalt-aes.c43 krb5_data opaque,
51 if (opaque.length == 0)
53 else if (opaque.length == 4) {
55 _krb5_get_int(opaque.data, &v, 4);
39 AES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dtest_crypto.c100 krb5_data opaque; local
108 opaque.data = NULL;
109 opaque.length = 0;
115 opaque, &key);
H A Dsalt.c171 krb5_data opaque; local
172 krb5_data_zero(&opaque);
174 salt, opaque, key);
180 * `opaque'), returning the resulting key in `key'
188 krb5_data opaque,
202 salt, opaque, key);
233 krb5_data opaque,
240 pw, salt, opaque, key);
184 krb5_string_to_key_data_salt_opaque(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
229 krb5_string_to_key_salt_opaque(krb5_context context, krb5_enctype enctype, const char *password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
H A Dsalt-des.c122 krb5_data opaque,
175 krb5_data opaque,
183 if (opaque.length == 1) {
185 _krb5_get_int(opaque.data, &v, 1);
188 salt, opaque, key);
118 DES_AFS3_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
171 krb5_DES_string_to_key(krb5_context context, krb5_enctype enctype, krb5_data password, krb5_salt salt, krb5_data opaque, krb5_keyblock *key) argument
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
/freebsd-10.0-release/lib/libz/
H A Dzutil.c220 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, unsigned items, unsigned size) argument
222 voidpf buf = opaque; /* just to make some compilers happy */
244 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
262 ptr = opaque; /* just to make some compilers happy */
279 voidpf ZLIB_INTERNAL zcalloc (voidpf opaque, uInt items, uInt size) argument
281 if (opaque) opaque = 0; /* to make compiler happy */
285 void ZLIB_INTERNAL zcfree (voidpf opaque, voidpf ptr) argument
287 if (opaque) opaque
[all...]
/freebsd-10.0-release/contrib/xz/src/liblzma/api/lzma/
H A Dbase.h349 * \param opaque lzma_allocator.opaque (see below)
376 void *(LZMA_API_CALL *alloc)(void *opaque, size_t nmemb, size_t size);
385 * \param opaque lzma_allocator.opaque (see below)
390 void (LZMA_API_CALL *free)(void *opaque, void *ptr);
395 * opaque is passed as the first argument to lzma_allocator.alloc()
401 void *opaque; member in struct:__anon4659
/freebsd-10.0-release/lib/libc/isc/
H A Dev_timers.c154 evContext_p *ctx = opaqueCtx.opaque;
189 evContext_p *ctx = opaqueCtx.opaque;
231 opaqueID->opaque = id;
243 evContext_p *ctx = opaqueCtx.opaque;
244 evTimer *del = id.opaque;
279 evContext_p *ctx = opaqueCtx.opaque;
280 evTimer *timer = id.opaque;
306 evContext_p *ctx = opaqueCtx.opaque;
307 evTimer *timer = id.opaque;
365 evContext_p *ctx = opaqueCtx.opaque;
[all...]
H A Dev_streams.c69 evContext_p *ctx = opaqueCtx.opaque;
90 id->opaque = new;
103 evContext_p *ctx = opaqueCtx.opaque;
124 id->opaque = new;
135 evStream *str = id.opaque;
146 evStream *str = id.opaque;
156 evContext_p *ctx = opaqueCtx.opaque;
157 evStream *old = id.opaque;
201 if (old->file.opaque)
252 evContext_p *ctx = opaqueCtx.opaque;
[all...]
/freebsd-10.0-release/lib/libc/include/isc/
H A Deventlib.h44 typedef struct { void *opaque; } evConnID; member in struct:__anon5389
45 typedef struct { void *opaque; } evFileID; member in struct:__anon5390
46 typedef struct { void *opaque; } evStreamID; member in struct:__anon5391
47 typedef struct { void *opaque; } evTimerID; member in struct:__anon5392
48 typedef struct { void *opaque; } evWaitID; member in struct:__anon5393
49 typedef struct { void *opaque; } evContext; member in struct:__anon5394
50 typedef struct { void *opaque; } evEvent; member in struct:__anon5395
52 #define evInitID(id) ((id)->opaque = NULL)
53 #define evTestID(id) ((id).opaque != NULL)
/freebsd-10.0-release/contrib/apr-util/misc/
H A Dapr_reslist.c32 void *opaque; member in struct:apr_res_t
54 void *params; /* opaque data passed to constructor and destructor calls */
123 rv = reslist->constructor(&res->opaque, reslist->params, reslist->pool);
135 return reslist->destructor(res->opaque, reslist->params, reslist->pool);
355 *resource = res->opaque;
384 *resource = res->opaque;
398 *resource = res->opaque;
417 res->opaque = resource;
/freebsd-10.0-release/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);

Completed in 238 milliseconds

1234