Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Dstats.c112 return lws_humanize(p, len, u, schema); in quantify()
/external/libwebsockets/include/libwebsockets/
Dlws-misc.h692 lws_humanize(char *buf, int len, uint64_t value,
/external/libwebsockets/lib/core/
Dlibwebsockets.c1159 lws_humanize(char *p, int len, uint64_t v, const lws_humanize_unit_t *schema) in lws_humanize() function
/external/libwebsockets/lib/secure-streams/
Dpolicy.c860 lws_humanize(buf, sizeof(buf), lwsac_total_alloc(args->ac), in lws_ss_policy_set()
/external/libwebsockets/
DREADME.md83 - NEW: lws_humanize: apis for reporting scalar quanties like 1234 as "1.234KB"
Dchangelog61 - NEW: lws_humanize: apis for reporting scalar quanties like 1234 as "1.234KB"