Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dbase.h67 #ifndef SSIZE_MAX
68 # define SSIZE_MAX ((size_t)~0 >> 1) macro
H A Drequest.c1163 if (con->request.content_length > SSIZE_MAX) { in http_request_parse()
H A Dconfigfile.c1033 if (errno != ERANGE || SSIZE_MAX - len < len) return NULL; in getCWD()