Home
last modified time | relevance | path

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

/third_party/libwebsockets/lwsws/
Dmain.c139 char *cs, *config_strings; in context_creation() local
142 cs = config_strings = malloc(LWSWS_CONFIG_STRING_SIZE); in context_creation()
143 if (!config_strings) { in context_creation()
150 info.external_baggage_free_on_destroy = config_strings; in context_creation()
193 free(config_strings); in context_creation()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h1098 char **config_strings, int *len);
1118 char **config_strings, int *len);