tmo                98 sapi/phpdbg/phpdbg_io.c PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo) {
tmo               104 sapi/phpdbg/phpdbg_io.c 	if (tmo < 0) goto recv_once;
tmo               108 sapi/phpdbg/phpdbg_io.c 	j = poll(&pfd, 1, tmo);
tmo               115 sapi/phpdbg/phpdbg_io.c 	if (tmo < 0) goto recv_once;
tmo               120 sapi/phpdbg/phpdbg_io.c 	ttmo.tv_usec = tmo*1000;
tmo               131 sapi/phpdbg/phpdbg_io.c 		if (tmo < 0) {
tmo               179 sapi/phpdbg/phpdbg_io.c PHPDBG_API int phpdbg_mixed_read(int sock, char *ptr, int len, int tmo) {
tmo               183 sapi/phpdbg/phpdbg_io.c 		return phpdbg_consume_bytes(sock, ptr, len, tmo);
tmo                31 sapi/phpdbg/phpdbg_io.h PHPDBG_API int phpdbg_consume_bytes(int sock, char *ptr, int len, int tmo);
tmo                33 sapi/phpdbg/phpdbg_io.h PHPDBG_API int phpdbg_mixed_read(int sock, char *ptr, int len, int tmo);