Home | History | Annotate | Download | only in mongoose

Lines Matching defs:strtoll

96 #define strtoll(x, y, z) strtol(x, y, z)
100 #define strtoll(x, y, z) _strtoi64(x, y, z)
3949 conn->content_len = cl == NULL ? -1 : strtoll(cl, NULL, 10);