• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/dcerpc-61/dcerpc/ncklib/

Lines Matching defs:client

1111 **			When the caller is a client stub, this is cs_stag value.
1235 method_p->client->codesets[0].c_max_bytes)
1430 ** When the caller is a client stub, this is cs_stag value.
1603 ** When the caller is a client stub, this is cs_stag value.
1715 method_p->client->codesets[0].c_max_bytes)
1907 ** When the caller is a client stub, this is cs_stag value.
2076 ** p_stag tag to indicate the sending codeset by a client
2081 ** When the caller is a client stub, this is an output
2084 ** When the caller is a client stub, this is unused.
2118 rpc_codeset_mgmt_p_t client, server;
2164 /* Get client's supported code sets */
2166 &client,
2172 method_p->tags.client_tag = client->codesets[0].c_set;
2173 method_p->tags.client_max_bytes = client->codesets[0].c_max_bytes;
2196 * out if server and client are compatible
2199 /* Get the client's supported code sets */
2201 &client,
2216 rpc_ns_mgmt_free_codesets(&client, &temp_status);
2229 rpc_ns_mgmt_free_codesets(&client, &temp_status);
2234 if (client->codesets[0].c_set == server->codesets[0].c_set)
2236 /* client and server are using the same code set */
2237 *p_stag = client->codesets[0].c_set;
2242 tags_p->stag_max_bytes = client->codesets[0].c_max_bytes;
2243 tags_p->client_tag = client->codesets[0].c_set;
2244 tags_p->client_max_bytes = client->codesets[0].c_max_bytes;
2251 client->codesets[0].c_set,
2258 rpc_ns_mgmt_free_codesets(&client, &temp_status);
2269 if (client->codesets[0].c_set
2277 == client->codesets[i].c_set)
2291 *p_stag = client->codesets[0].c_set;
2296 tags_p->stag_max_bytes = client->codesets[0].c_max_bytes;
2297 tags_p->client_tag = client->codesets[0].c_set;
2298 tags_p->client_max_bytes = client->codesets[0].c_max_bytes;
2304 *p_stag = client->codesets[0].c_set;
2305 *p_drtag = client->codesets[0].c_set;
2309 tags_p->stag_max_bytes = client->codesets[0].c_max_bytes;
2310 tags_p->client_tag = client->codesets[0].c_set;
2311 tags_p->client_max_bytes = client->codesets[0].c_max_bytes;
2323 tags_p->client_tag = client->codesets[0].c_set;
2324 tags_p->client_max_bytes = client->codesets[0].c_max_bytes;
2332 tags_p->client_tag = client->codesets[0].c_set;
2333 tags_p->client_max_bytes = client->codesets[0].c_max_bytes;
2336 for (i = 1; i <= client->count; i++)
2343 if (client->codesets[i].c_set
2346 *p_stag = client->codesets[i].c_set;
2347 *p_drtag = client->codesets[i].c_set;
2350 tags_p->stag_max_bytes = client->codesets[i].c_max_bytes;
2364 tags_p->stag_max_bytes = client->codesets[i].c_max_bytes;
2376 rpc_ns_mgmt_free_codesets(&client, &temp_status);