Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core/
Dcontext.c585 if (ar->pt_init_destroy) in lws_create_context()
586 ar->pt_init_destroy(context, info, in lws_create_context()
591 role_ops_cgi.pt_init_destroy(context, info, &context->pt[n], 0); in lws_create_context()
951 if (ar->pt_init_destroy) in lws_context_destroy3()
952 ar->pt_init_destroy(context, NULL, pt, 1); in lws_context_destroy3()
956 role_ops_cgi.pt_init_destroy(context, NULL, pt, 1); in lws_context_destroy3()
1042 if (ar->pt_init_destroy) in lws_context_destroy2()
1043 ar->pt_init_destroy(context, NULL, pt, 1); in lws_context_destroy2()
1047 role_ops_cgi.pt_init_destroy(context, NULL, pt, 1); in lws_context_destroy2()
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h186 int (*pt_init_destroy)(struct lws_context *context, member