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

12

/osnet-11/usr/src/lib/libradproto/common/
H A Dprotocol.x40 * service by specifying string, array, or opaque sizes that don't
63 typedef opaque argument<MAXARGLEN>;
177 opaque payload<>;
181 opaque payload<>;
186 opaque payload<>;
194 opaque payload<>;
/osnet-11/usr/src/lib/libwanbootutil/common/
H A Dkey_xdr.x42 opaque KEYDATA<WBKU_MAX_KEYLEN>;
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Ddhmech_prot.x59 typedef opaque dh_buffer_desc<>;
61 typedef opaque dh_signature<DH_MAX_CHECKSUM_SIZE>; /* Encrypted checksum */
110 opaque body<>; /*
112 * serialize opaque msg<>
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c170 ctx->coID.opaque = NULL;
171 ctx->tiID.opaque = NULL;
172 ctx->rdID.opaque = NULL;
173 ctx->wrID.opaque = NULL;
301 if (ctx->wrID.opaque != NULL)
305 if (ctx->tiID.opaque != NULL)
313 if (ctx->tiID.opaque != NULL)
348 REQUIRE(ctx->wrID.opaque == NULL);
354 if (ctx->coID.opaque != NULL) {
356 ctx->coID.opaque
[all...]
H A Dev_streams.c60 evContext_p *ctx = opaqueCtx.opaque;
81 id->opaque = new;
94 evContext_p *ctx = opaqueCtx.opaque;
115 id->opaque = new;
126 evStream *str = id.opaque;
137 evStream *str = id.opaque;
147 evContext_p *ctx = opaqueCtx.opaque;
148 evStream *old = id.opaque;
192 if (old->file.opaque)
243 evContext_p *ctx = opaqueCtx.opaque;
[all...]
H A Dev_waits.c54 evContext_p *ctx = opaqueCtx.opaque;
69 id->opaque = new;
80 evContext_p *ctx = opaqueCtx.opaque;
107 evContext_p *ctx = opaqueCtx.opaque;
112 this = id.opaque;
119 if (this == (evWait *)id.opaque) {
138 if (this == (evWait *)id.opaque) {
165 evContext_p *ctx = opaqueCtx.opaque;
H A Dev_connects.c66 evContext_p *ctx = opaqueCtx.opaque;
107 id->opaque = new;
115 evContext_p *ctx = opaqueCtx.opaque;
151 id->opaque = new;
157 evContext_p *ctx = opaqueCtx.opaque;
158 evConn *this = id.opaque;
208 evConn *this = id.opaque;
221 evConn *this = id.opaque;
239 evContext_p *ctx = opaqueCtx.opaque;
240 evConn *conn = id.opaque;
[all...]
H A Dev_timers.c278 evContext_p *ctx = opaqueCtx.opaque;
309 evContext_p *ctx = opaqueCtx.opaque;
351 opaqueID->opaque = id;
363 evContext_p *ctx = opaqueCtx.opaque;
364 evTimer *del = id.opaque;
399 evContext_p *ctx = opaqueCtx.opaque;
400 evTimer *timer = id.opaque;
426 evContext_p *ctx = opaqueCtx.opaque;
427 evTimer *timer = id.opaque;
485 evContext_p *ctx = opaqueCtx.opaque;
[all...]
H A Dctl_srvr.c281 me, ctx, ctx->sock, ctx->acID.opaque, ctx->sess);
282 if (ctx->acID.opaque != NULL) {
284 ctx->acID.opaque = NULL;
316 REQUIRE(sess->wrtiID.opaque == NULL);
317 REQUIRE(sess->wrID.opaque == NULL);
444 sess->wrID.opaque = NULL;
445 sess->rdID.opaque = NULL;
446 sess->wrtiID.opaque = NULL;
447 sess->rdtiID.opaque = NULL;
498 if (sess->wrID.opaque !
[all...]
H A Deventlib.c138 opaqueCtx->opaque = ctx;
144 evContext_p *ctx = opaqueCtx.opaque;
152 evContext_p *ctx = opaqueCtx.opaque;
161 id.opaque = ctx->conns;
170 id.opaque = ctx->streams;
178 id.opaque = ctx->files;
212 evContext_p *ctx = opaqueCtx.opaque;
236 opaqueEv->opaque = new;
248 opaqueEv->opaque = new;
260 opaqueEv->opaque
612 evTimerID opaque; local
[all...]
H A Dev_files.c52 evContext_p *ctx = opaqueCtx.opaque;
150 opaqueID->opaque = id;
157 evContext_p *ctx = opaqueCtx.opaque;
158 evFile *del = opaqueID.opaque;
/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Deventlib.h48 typedef struct { void *opaque; } evConnID; member in struct:__anon2444
49 typedef struct { void *opaque; } evFileID; member in struct:__anon2445
50 typedef struct { void *opaque; } evStreamID; member in struct:__anon2446
51 typedef struct { void *opaque; } evTimerID; member in struct:__anon2447
52 typedef struct { void *opaque; } evWaitID; member in struct:__anon2448
53 typedef struct { void *opaque; } evContext; member in struct:__anon2449
54 typedef struct { void *opaque; } evEvent; member in struct:__anon2450
56 #define evInitID(id) ((id)->opaque = NULL)
57 #define evTestID(id) ((id).opaque != NULL)
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
173 voidp opaque; /* private data object passed to zalloc and zfree */ member in struct:z_stream_s
183 opaque before calling the init function. All other fields are set by the
186 The opaque value provided by the application will be passed as the first
189 opaque value.
241 #define Z_NULL 0 /* for initializing zalloc, zfree, opaque */
254 zalloc, zfree and opaque must be initialized before by the caller.
/osnet-11/usr/src/lib/libldap4/common/
H A Dcontrols.c168 char *opaque; local
174 for (tag = ber_first_element(&tmpber, &len, &opaque);
176 tag = ber_next_element(&tmpber, &len, opaque )) {
187 for (tag = ber_first_element(ber, &len, &opaque );
189 tag = ber_next_element (ber, &len, opaque )) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_entry_c.x74 typedef opaque db_next_desc<>; /* opaque string */
/osnet-11/usr/src/lib/libfru/include/
H A Dlibfru.h121 unsigned opaque : 1; member in struct:__anon1656::__anon1657
135 unsigned opaque : 1; member in struct:__anon1658::__anon1659
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_none.c127 authnone_validate(AUTH *client, struct opaque_auth *opaque) argument
/osnet-11/usr/src/lib/libadr/common/
H A Dadr.h182 adr_lifetime_t d_lifetime; /* lifetime of string/opaque data */
195 void *opaque; member in union:adr_data::__anon1095
278 #define adr_data_to_opaque(data) adr_data_get(data, DT_OPAQUE, opaque)
H A Dadr.c51 adr_type_t adr_t_opaque = { DT_OPAQUE, "opaque" };
98 [DT_OPAQUE] = { &adr_t_opaque, &adr_t_array_opaque, "opaque" },
285 free(data->d_data.opaque);
359 (void) fprintf(file, "opaque data (len = %d)\n", data->d_size);
871 result->d_data.opaque = data;
1270 return (memcmp(o1->d_data.opaque, o2->d_data.opaque, o1->d_size));
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Socket/
H A DSocket.pm64 opaque string (if programming in C, struct in_addr). Takes arguments
75 Takes a string (an opaque string as returned by inet_aton(),
135 Takes two arguments, a port number and an opaque string, IP_ADDRESS
145 returns an array of two elements: the port and an opaque string
/osnet-11/usr/src/lib/libscf/common/
H A Dmidlevel.c2561 * Convenience routine which frees all strings and opaque data
2679 scf_opaque_t *opaque; local
2691 opaque = pv_ptr_node->pv_ptr;
2693 opaque->so_addr = malloc(piv->value_size);
2694 if (opaque->so_addr == NULL) {
2698 opaque->so_size = piv->value_size;
2699 ret = scf_value_get_opaque(piv, opaque->so_addr,
2700 opaque->so_size);
2754 * For opaque types, a buffer is allocated using malloc(3C) to hold the
2755 * opaque dat
2877 scf_opaque_t *opaque = prop->pv_ptr; local
3112 scf_opaque_t *opaque = prop->pv_ptr; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DSeekable.pm25 Returns an opaque value that represents the current position of the
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c909 ac_io->io.readable.callback.opaque = va_arg (ap, void *);
923 ac_io->io.writable.callback.opaque = va_arg (ap, void *);
994 err = (*ac_io->io.writable.callback.cb) (ac_io->io.writable.callback.opaque,
1039 (ac_io->io.readable.callback.opaque, buffer, buffer_n);
1107 gcry_ac_data_write_cb_t cb, void *opaque)
1124 err = (*cb) (opaque, buffer, buffer_n);
2360 emsa_pkcs_v1_5_encode_data_cb (void *opaque,
2365 md_handle = opaque;
1103 _gcry_ac_io_process(gcry_ac_io_t *ac_io, gcry_ac_data_write_cb_t cb, void *opaque) argument
2352 emsa_pkcs_v1_5_encode_data_cb(void *opaque, unsigned char *buffer, size_t buffer_n) argument
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddrbac.c47 #undef opaque macro
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DFileHandle.pm183 C<FileHandle::getpos> returns an opaque value that represents the

Completed in 94 milliseconds

12