Lines Matching defs:response
196 isccc_sexpr_t *response = NULL;
220 DO("parse message", isccc_cc_fromwire(&source, &response, &secret));
222 data = isccc_alist_lookup(response, "_data");
224 fatal("no data section in response");
232 fprintf(stderr, "%s: parsing response failed: %s\n",
239 fprintf(stderr, "%s: parsing response failed: %s\n",
243 isccc_sexpr_free(&response);
253 isccc_sexpr_t *response = NULL;
283 DO("parse message", isccc_cc_fromwire(&source, &response, &secret));
285 _ctrl = isccc_alist_lookup(response, "_ctrl");
326 isccc_sexpr_free(&response);