Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/microhttpd/
Ddaemon.c180 struct MHD_IPCount struct
253 return memcmp (a1, a2, offsetof (struct MHD_IPCount, count)); in MHD_ip_addr_compare()
268 struct MHD_IPCount *key) in MHD_ip_addr_to_key()
311 struct MHD_IPCount *key; in MHD_ip_limit_add()
350 key = (struct MHD_IPCount *) node; in MHD_ip_limit_add()
375 struct MHD_IPCount search_key; in MHD_ip_limit_del()
376 struct MHD_IPCount *found_key; in MHD_ip_limit_del()
398 found_key = (struct MHD_IPCount *) *nodep; in MHD_ip_limit_del()