Home
last modified time | relevance | path

Searched refs:setup_connection (Results 1 – 3 of 3) sorted by relevance

/external/curl/lib/
Durldata.h632 CURLcode (*setup_connection)(struct connectdata *); member
Durl.c2280 if(p->setup_connection) { in setup_connection_internals()
2281 result = (*p->setup_connection)(conn); in setup_connection_internals()
/external/curl/docs/
DINTERNALS.md963 `->setup_connection` is called to allow the protocol code to allocate