Searched refs:ctext (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 121 get_op_id_from_doc(xmlXPathContextPtr ctext) in get_op_id_from_doc() argument 131 xpath_obj = xmlXPathEvalExpression(expr, ctext); in get_op_id_from_doc() 161 process_get_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_get_request_from_doc() argument 174 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc() 201 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc() 229 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc() 288 process_enumerate_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_enumerate_request_from_doc() argument 299 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_enumerate_request_from_doc() 349 process_getAssociated_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_getAssociated_request_from_doc() argument 360 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_getAssociated_request_from_doc() [all …]
|
/illumos-gate/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 3947 client_context_t *ctext = (client_context_t *) text; local 3958 switch (ctext->protection) { 3963 oparams->mech_ssf = ctext->cipher->ssf; 3965 nbits = ctext->cipher->n; 3966 text->cipher_enc = ctext->cipher->cipher_enc; 3967 text->cipher_dec = ctext->cipher->cipher_dec; 3968 text->cipher_free = ctext->cipher->cipher_free; 3969 text->cipher_init = ctext->cipher->cipher_init; 4016 ctext->password, 4085 if (ctext->cipher != NULL) { [all …]
|
/illumos-gate/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 445 xmlXPathContextPtr ctext = NULL; in print_partial_failure_info() local 457 ctext = xmlXPathNewContext(x_doc); in print_partial_failure_info() 458 if (ctext == NULL) { in print_partial_failure_info() 467 xpath_obj = xmlXPathEvalExpression(expr, ctext); in print_partial_failure_info()
|