Searched refs:done_pipe (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c506 static int done_pipe(struct p_context *ctx, pipe_style type);
2889 done_pipe(ctx, PIPE_SEQ);
2957 done_pipe(ctx, PIPE_SEQ);
3008 static int done_pipe(struct p_context *ctx, pipe_style type) function
3013 debug_printf_parse("done_pipe entered, followup %d\n", type);
3027 debug_printf_parse("done_pipe return 0\n");
3142 done_pipe(&inner, PIPE_SEQ);
3201 done_pipe(&sub, PIPE_SEQ); /* and the final command there, too */
3341 done_pipe(ctx, PIPE_SEQ);
3428 done_pipe(ct
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Durl.c407 pipeline = connptr->done_pipe;
2588 Curl_llist_destroy(conn->done_pipe, NULL);
2593 conn->done_pipe = NULL;
2698 signalPipeClose(conn->done_pipe, FALSE);
2812 Curl_removeHandleFromPipeline(data, conn->done_pipe);
3579 conn->done_pipe = Curl_llist_alloc((curl_llist_dtor) llist_dtor);
3581 !conn->done_pipe)
3608 Curl_llist_destroy(conn->done_pipe, NULL);
3613 conn->done_pipe = NULL;
4689 Curl_llist_destroy(old_conn->done_pipe, NUL
[all...]
H A Dmulti.c1566 easy->easy_conn->done_pipe);
1646 easy->easy_conn->done_pipe);
2493 conn->done_pipe, conn->done_pipe->tail);
H A Durldata.h891 struct curl_llist *done_pipe; /* Handles that are finished, but member in struct:connectdata

Completed in 101 milliseconds