Searched refs:APR_EAGAIN (Results 1 – 16 of 16) sorted by relevance
726 #define APR_EAGAIN EAGAIN macro728 #define APR_EAGAIN EWOULDBLOCK macro730 #define APR_EAGAIN (APR_OS_START_CANONERR + 13) macro943 #define APR_STATUS_IS_EAGAIN(s) ((s) == APR_EAGAIN \1077 #define APR_STATUS_IS_EAGAIN(s) ((s) == APR_EAGAIN \1152 #define APR_STATUS_IS_EAGAIN(s) ((s) == APR_EAGAIN \1250 #define APR_STATUS_IS_EAGAIN(s) ((s) == APR_EAGAIN)1252 #define APR_STATUS_IS_EAGAIN(s) ((s) == APR_EAGAIN)1254 #define APR_STATUS_IS_EAGAIN(s) ((s) == APR_EAGAIN \
163 status = APR_EAGAIN; in serf_chunk_readline()210 status = APR_EAGAIN; in serf_chunk_peek()
407 } while (!*len && status != APR_EAGAIN); in serf_aggregate_readline()427 if (status == APR_EAGAIN) in serf_aggregate_peek()446 if (status == APR_EAGAIN) in serf_aggregate_peek()
495 return APR_EAGAIN; in serf_linebuf_fetch()
728 status = APR_EAGAIN; in ssl_decrypt()822 return APR_EAGAIN; in ssl_encrypt()
94 APR_EAGAIN Some data was returned, but no more is available100 data and APR_EAGAIN again.104 again after it has returned APR_EAGAIN. You must
166 return APR_EAGAIN; in detect_eof()
233 return APR_EAGAIN; in detect_eof()
226 return APR_EAGAIN; in apr_queue_trypush()340 return APR_EAGAIN; in apr_queue_trypop()
377 return APR_EAGAIN; in apr_reslist_acquire()
66 return APR_EAGAIN; in eagain_bucket_read()
1490 outer_status = APR_EAGAIN; /* Exit context loop */ in handle_response_cb()
217 return APR_EAGAIN; in serf__spnego_init_sec_context()
287 return APR_EAGAIN; in serf__spnego_init_sec_context()
223 case APR_EAGAIN: in gss_api_get_credentials()
254 { 620013, "APR_EAGAIN" },