Home | History | Annotate | Download | only in httplive

Lines Matching defs:ParseInt32

733     status_t err = ParseInt32(line.c_str() + colonPos + 1, &x);
1264 status_t err = ParseInt32(line.c_str() + colonPos + 1, &x);
1280 status_t M3UParser::ParseInt32(const char *s, int32_t *x) {