Searched refs:pt_init_destroy (Results 1 – 7 of 7) sorted by relevance
/third_party/libwebsockets/lib/core/ |
D | context.c | 1135 pt_init_destroy(context, info, in lws_create_context() 1252 pt_init_destroy(context, info, in lws_create_context() 1661 pt_init_destroy(ctx, NULL, pt, 1); in lws_pt_destroy() 1869 pt_init_destroy(context, NULL, in lws_context_destroy() 2036 pt_init_destroy(context, NULL, pt, 1); in lws_context_destroy() 2042 pt_init_destroy(context, NULL, in lws_context_destroy() 2106 pt_init_destroy(context, NULL, pt, 1); in lws_context_destroy() 2111 pt_init_destroy(context, NULL, pt, 1); in lws_context_destroy()
|
/third_party/libwebsockets/lib/roles/cgi/ |
D | ops-cgi.c | 139 /* 1 */ { .pt_init_destroy = rops_pt_init_destroy_cgi },
|
/third_party/libwebsockets/lib/roles/ |
D | private-lib-roles.h | 260 lws_rops_pt_init_destroy_t pt_init_destroy; member
|
/third_party/libwebsockets/lib/roles/netlink/ |
D | ops-netlink.c | 602 /* 1 */ { .pt_init_destroy = rops_pt_init_destroy_netlink },
|
/third_party/libwebsockets/lib/roles/dbus/ |
D | dbus.c | 532 /* 1 */ { .pt_init_destroy = rops_pt_init_destroy_dbus },
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 1108 /* 1 */ { .pt_init_destroy = rops_pt_init_destroy_h1 },
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 1359 /* 2 */ { .pt_init_destroy = rops_pt_init_destroy_h2 },
|