Home
last modified time | relevance | path

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

/third_party/libwebsockets/lwsws/
H A 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/
H A Dlws-context-vhost.h1093 * \param config_strings: storage for the config strings extracted from JSON,
1095 * \param len: pointer to the remaining length left in config_strings
1105 char **config_strings, int *len);
1112 * \param config_strings: storage for the config strings extracted from JSON,
1114 * \param len: pointer to the remaining length left in config_strings
1125 char **config_strings, int *len);

Completed in 5 milliseconds