Lines Matching refs:nxt_slow_path

78     if (nxt_slow_path(PyType_Ready(&nxt_py_asgi_http_type) != 0)) {  in nxt_py_asgi_http_init()
125 if (nxt_slow_path(http->closed || http->complete )) { in nxt_py_asgi_http_receive()
132 if (nxt_slow_path(msg == NULL)) { in nxt_py_asgi_http_receive()
139 if (nxt_slow_path(future == NULL)) { in nxt_py_asgi_http_receive()
189 if (nxt_slow_path(body == NULL)) { in nxt_py_asgi_http_read_msg()
208 if (nxt_slow_path(msg == NULL)) { in nxt_py_asgi_http_read_msg()
215 if (nxt_slow_path(PyDict_SetItem(dict, nxt_py_ ## key ## _str, value) \ in nxt_py_asgi_http_read_msg()
267 if (nxt_slow_path(type == NULL || !PyUnicode_Check(type))) { in nxt_py_asgi_http_send()
307 if (nxt_slow_path(status == NULL || !PyLong_Check(status))) { in nxt_py_asgi_http_response_start()
320 if (nxt_slow_path(res == NULL)) { in nxt_py_asgi_http_response_start()
330 if (nxt_slow_path(rc != NXT_UNIT_OK)) { in nxt_py_asgi_http_response_start()
341 if (nxt_slow_path(res == NULL)) { in nxt_py_asgi_http_response_start()
365 if (nxt_slow_path(http->complete)) { in nxt_py_asgi_http_response_body()
371 if (nxt_slow_path(http->send_future != NULL)) { in nxt_py_asgi_http_response_body()
376 if (nxt_slow_path(more_body != NULL && !PyBool_Check(more_body))) { in nxt_py_asgi_http_response_body()
399 if (nxt_slow_path(http->bytes_sent + body_len in nxt_py_asgi_http_response_body()
412 if (nxt_slow_path(sent < 0)) { in nxt_py_asgi_http_response_body()
416 if (nxt_slow_path(sent == 0)) { in nxt_py_asgi_http_response_body()
423 if (nxt_slow_path(future == NULL)) { in nxt_py_asgi_http_response_body()
456 if (nxt_slow_path(rc != NXT_UNIT_OK)) { in nxt_py_asgi_http_response_body()
484 if (nxt_slow_path(msg == NULL)) { in nxt_py_asgi_http_emit_disconnect()
509 if (nxt_slow_path(res == NULL)) { in nxt_py_asgi_http_set_result()
517 if (nxt_slow_path(res == NULL)) { in nxt_py_asgi_http_set_result()
546 if (nxt_slow_path(msg == NULL)) { in nxt_py_asgi_http_data_handler()
582 if (nxt_slow_path(sent < 0)) { in nxt_py_asgi_http_drain()
586 if (nxt_slow_path(sent == 0)) { in nxt_py_asgi_http_drain()
611 if (nxt_slow_path(exc == NULL)) { in nxt_py_asgi_http_drain()
624 if (nxt_slow_path(res == NULL)) { in nxt_py_asgi_http_drain()
670 if (nxt_slow_path(res == NULL)) { in nxt_py_asgi_http_done()