Home
last modified time | relevance | path

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

/external/curl/lib/
Dssh-libssh.c215 #define state(x,y) mystate(x,y)
217 #define state(x,y) mystate(x,y, __LINE__)
224 static void mystate(struct connectdata *conn, sshstate nowstate in mystate() function