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

  /external/libmicrohttpd/src/examples/
mhd2spdy_structures.h 76 struct Proxy *proxies_tail; member in struct:SPDY_Connection
mhd2spdy_spdy.c 402 DLL_remove(proxy->spdy_connection->proxies_head, proxy->spdy_connection->proxies_tail, proxy);
823 DLL_remove(connection->proxies_head, connection->proxies_tail, proxy);
903 DLL_insert(connection->proxies_head, connection->proxies_tail, proxy);
933 DLL_remove(glob_opt.spdy_connection->proxies_head, glob_opt.spdy_connection->proxies_tail, proxy);
963 DLL_remove(connection->proxies_head, connection->proxies_tail, proxy);
1092 DLL_remove(connections[i]->proxies_head, connections[i]->proxies_tail, proxy);

Completed in 360 milliseconds