Home
last modified time | relevance | path

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

/unit/src/python/
H A Dnxt_python_asgi.c22 static int nxt_python_asgi_ctx_data_alloc(void **pdata, int main);
57 .ctx_data_alloc = nxt_python_asgi_ctx_data_alloc,
240 nxt_python_asgi_ctx_data_alloc(void **pdata, int main) in nxt_python_asgi_ctx_data_alloc() function