HomeSort by relevance Sort by last modified time
    Searched refs:conn_list (Results 1 - 6 of 6) sorted by null

  /external/curl/lib/
conncache.c 59 (*cb_ptr)->conn_list = Curl_llist_alloc((curl_llist_dtor) conn_llist_dtor);
60 if(!(*cb_ptr)->conn_list) {
72 if(cb_ptr->conn_list) {
73 Curl_llist_destroy(cb_ptr->conn_list, NULL);
74 cb_ptr->conn_list = NULL;
83 if(!Curl_llist_insert_next(cb_ptr->conn_list, cb_ptr->conn_list->tail, conn))
98 curr = cb_ptr->conn_list->head;
101 Curl_llist_remove(cb_ptr->conn_list, curr, NULL);
295 curr = bundle->conn_list->head
    [all...]
conncache.h 41 struct curl_llist *conn_list; /* The connectdata members of the bundle */ member in struct:connectbundle
pipeline.c 426 curr = cb_ptr->conn_list->head;
url.c     [all...]
  /external/blktrace/
blktrace.c 197 * host are linked on conn_list, and any devices traced on that host
202 struct list_head conn_list; member in struct:cl_host
213 * list, and the network server conn_list) are also included.
224 * one per conection currently on conn_list. The nchs/ch_list values
229 struct list_head conn_list; member in struct:net_server_s
    [all...]
  /external/fio/
server.c 659 static void fio_server_add_conn_pid(struct flist_head *conn_list, pid_t pid)
662 fio_server_add_fork_item(pid, conn_list);
731 static void fio_server_check_conns(struct flist_head *conn_list)
733 fio_server_check_fork_items(conn_list, false);
1302 FLIST_HEAD(conn_list);
1319 if (!flist_empty(&conn_list))
1329 fio_server_check_conns(&conn_list);
1337 fio_server_check_conns(&conn_list);
1369 fio_server_add_conn_pid(&conn_list, pid);
    [all...]

Completed in 1338 milliseconds