Searched refs:ctext (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 110 get_op_id_from_doc(xmlXPathContextPtr ctext) in get_op_id_from_doc() argument 120 xpath_obj = xmlXPathEvalExpression(expr, ctext); in get_op_id_from_doc() 150 process_get_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_get_request_from_doc() argument 163 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc() 190 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc() 218 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_get_request_from_doc() 277 process_enumerate_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_enumerate_request_from_doc() argument 288 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_enumerate_request_from_doc() 338 process_getAssociated_request_from_doc(xmlXPathContextPtr ctext, request_t *req) in process_getAssociated_request_from_doc() argument 349 xpath_obj = xmlXPathEvalExpression(expr, ctext); in process_getAssociated_request_from_doc() [all …]
|
/titanic_44/usr/src/lib/sasl_plugins/digestmd5/ |
H A D | digestmd5.c | 3946 client_context_t *ctext = (client_context_t *) text; local 3957 switch (ctext->protection) { 3962 oparams->mech_ssf = ctext->cipher->ssf; 3964 nbits = ctext->cipher->n; 3965 text->cipher_enc = ctext->cipher->cipher_enc; 3966 text->cipher_dec = ctext->cipher->cipher_dec; 3967 text->cipher_free = ctext->cipher->cipher_free; 3968 text->cipher_init = ctext->cipher->cipher_init; 4015 ctext->password, 4084 if (ctext->cipher != NULL) { [all …]
|
/titanic_44/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 438 xmlXPathContextPtr ctext = NULL; in print_partial_failure_info() local 450 ctext = xmlXPathNewContext(x_doc); in print_partial_failure_info() 451 if (ctext == NULL) { in print_partial_failure_info() 460 xpath_obj = xmlXPathEvalExpression(expr, ctext); in print_partial_failure_info()
|