Home
last modified time | relevance | path

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

/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/include/juice/
H A Djuice.h143 JUICE_EXPORT juice_server_t *juice_server_create(const juice_server_config_t *config);
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Djuice.c169 JUICE_EXPORT juice_server_t *juice_server_create(const juice_server_config_t *config) { in juice_server_create() function
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/test/
H A Dserver.c75 server = juice_server_create(&server_config); in test_server()