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 84 Curl_llist_init(&(*cb_ptr)->conn_list, (curl_llist_dtor) conn_llist_dtor);
93 Curl_llist_destroy(&cb_ptr->conn_list, NULL);
102 Curl_llist_insert_next(&cb_ptr->conn_list, cb_ptr->conn_list.tail, conn,
115 curr = cb_ptr->conn_list.head;
118 Curl_llist_remove(&cb_ptr->conn_list, curr, NULL);
375 curr = bundle->conn_list.head;
412 curr = bundle->conn_list.head;
485 curr = bundle->conn_list.head;
543 curr = bundle->conn_list.head
    [all...]
conncache.h 49 struct curl_llist conn_list; /* The connectdata members of the bundle */ member in struct:connectbundle
pipeline.c 390 curr = cb_ptr->conn_list->head;
url.c 1119 curr = bundle->conn_list.head;
    [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 178 milliseconds