Searched refs:process_response (Results 1 – 2 of 2) sorted by relevance
179 static int process_response(int wait_for_done, unsigned seq) { in process_response() function277 if (process_response(1, 0) < 0) in iface_get_initial_state()293 if (process_response(1, seq) < 0) in iface_get_initial_state()307 if (process_response(0, 0) < 0) in iface_process()
131 def process_response(self, request, response): member in JsonToHtmlMiddleware