Lines Matching refs:response
983 * the response doc with the result element, this routine fills up
984 * response buffer with raw XML doc.
986 * reponse: ptr to response buffer
988 * size: ptr to the response doc buffer
991 build_mgmt_response(xmlChar **response, request_t req, int *size)
1102 * if not, the response is set with only an error code.
1116 *response = malloc(sizeof (ret));
1117 if (*response) **response = ret;
1120 xmlDocDumpMemory(doc, response, size);
1124 xmlDocDumpMemory(doc, response, size);
1127 xmlDocDumpMemory(doc, response, size);
1137 * build_result_message -- construct a response doc with the given result.
1140 * reponse: ptr to response doc
1142 * size: ptr to the response doc size
1145 build_result_message(xmlChar **response, result_code_t code, int *size)
1178 xmlDocDumpMemory(doc, response, size);
1309 * door_server -- proecess the management request and send response back
1313 * a global list, thr_list, is maintained to free the response buffer
1385 "door_server", "exiting with response:\n %s\n",