Home
last modified time | relevance | path

Searched refs:js_request (Results 1 – 2 of 2) sorted by relevance

/dports/www/links/links-2.25/
H A Djsint.c48 struct js_request { struct
222 free_list(struct js_request, js->queue); in jsint_destroy()
248 struct js_request *r, *q; in jsint_execute_code()
273 if ((unsigned)len > MAXINT - sizeof(struct js_request)) overalloc(); in jsint_execute_code()
274 r = mem_calloc(sizeof(struct js_request) + len); in jsint_execute_code()
286 foreach(struct js_request, q, lq, fd->js->queue) if (q->write_pos == -1) break; in jsint_execute_code()
295 struct js_request *r, *to_exec; in jsint_done_execution()
325 foreach(struct js_request, r, lr,js->queue) in jsint_done_execution()
356 …o_exec && !list_empty(fd->js->queue)) to_exec = list_struct(fd->js->queue.next, struct js_request); in jsint_done_execution()
375 struct js_request *r; in jsint_run_queue()
[all …]
H A Dlinks.h3716 struct js_request *active; /* request is running */