Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/misc/
Ddir.c52 #define COMBO_SIZEOF 512 macro
82 lws_strncpy(combo + l, path, COMBO_SIZEOF - l); in lws_dir_via_stat()
120 char combo[COMBO_SIZEOF]; in lws_dir()
123 l = (size_t)(ssize_t)lws_snprintf(combo, COMBO_SIZEOF - 2, "%s", dirpath); in lws_dir()