Searched refs:process_input (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dserverloop.c310 process_input(struct ssh *ssh, fd_set *readset, int connection_in) function
429 if (process_input(ssh, readset, connection_in) < 0)
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c14329 static int process_input(ShellState *p);
19209 rc = process_input(p);
19217 rc = process_input(p);
20650 static int process_input(ShellState *p){ function
20836 if( process_input(p) && bail_on_error ) exit(1);
21516 rc = process_input(&data);
21524 rc = process_input(&data);

Completed in 200 milliseconds