Home
last modified time | relevance | path

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

/external/curl/lib/vssh/
Dlibssh.c217 #define state(x,y) mystate(x,y)
219 #define state(x,y) mystate(x,y, __LINE__)
226 static void mystate(struct connectdata *conn, sshstate nowstate in mystate() function