Home
last modified time | relevance | path

Searched refs:kl1 (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/lib/core/
H A Dlws_map.c97 lws_map_compare_key_default(const lws_map_key_t key1, size_t kl1, in lws_map_compare_key_default() argument
100 if (kl1 != kl2) in lws_map_compare_key_default()
103 return memcmp(key1, key2, kl1); in lws_map_compare_key_default()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-map.h54 typedef int (*lws_map_compare_key_t)(const lws_map_key_t key1, size_t kl1,
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_map/
H A Dmain.c23 compare_mykey_t(const lws_map_key_t key1, size_t kl1, in compare_mykey_t() argument

Completed in 2 milliseconds