Searched refs:rpc_ctx (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_rtcp.c86 struct rpc_ctx { struct
155 struct rpc_ctx *ctx;
159 bi->ptr=OPENSSL_malloc(sizeof(struct rpc_ctx));
160 ctx = (struct rpc_ctx *) bi->ptr;
177 struct rpc_ctx *ctx;
181 ctx = (struct rpc_ctx *) b->ptr;
224 struct rpc_ctx *ctx;
228 ctx = (struct rpc_ctx *) b->ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_rtcp.c95 struct rpc_ctx { struct
168 struct rpc_ctx *ctx;
172 bi->ptr = OPENSSL_malloc(sizeof(struct rpc_ctx));
173 ctx = (struct rpc_ctx *)bi->ptr;
192 struct rpc_ctx *ctx;
196 ctx = (struct rpc_ctx *)b->ptr;
242 struct rpc_ctx *ctx;
246 ctx = (struct rpc_ctx *)b->ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_rtcp.c95 struct rpc_ctx { struct
168 struct rpc_ctx *ctx;
172 bi->ptr = OPENSSL_malloc(sizeof(struct rpc_ctx));
173 ctx = (struct rpc_ctx *)bi->ptr;
192 struct rpc_ctx *ctx;
196 ctx = (struct rpc_ctx *)b->ptr;
242 struct rpc_ctx *ctx;
246 ctx = (struct rpc_ctx *)b->ptr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_rpc.c404 void init_rpc_context(RPC_CONTEXT *rpc_ctx, uint16 context_id, RPC_IFACE *abstract, RPC_IFACE *transfer) argument
406 rpc_ctx->context_id = context_id ; /* presentation context identifier (0x0) */
407 rpc_ctx->num_transfer_syntaxes = 1 ; /* the number of syntaxes (has always been 1?)(0x1) */
410 rpc_ctx->abstract = *abstract;
413 rpc_ctx->transfer = transfer;
435 BOOL smb_io_rpc_context(const char *desc, RPC_CONTEXT *rpc_ctx, prs_struct *ps, int depth) argument
439 if (rpc_ctx == NULL)
444 if(!prs_uint16("context_id ", ps, depth, &rpc_ctx->context_id ))
446 if(!prs_uint8 ("num_transfer_syntaxes", ps, depth, &rpc_ctx->num_transfer_syntaxes))
450 if (rpc_ctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1103 RPC_CONTEXT rpc_ctx; local
1109 init_rpc_context(&rpc_ctx, 0 /* context id */, abstract, transfer);
1112 init_rpc_hdr_rb(&hdr_rb, RPC_MAX_PDU_FRAG_LEN, RPC_MAX_PDU_FRAG_LEN, 0x0, &rpc_ctx);

Completed in 111 milliseconds