Searched refs:endptr (Results 1 – 1 of 1) sorted by relevance
732 char* endptr; in parseMethods() local733 int64_t id = strtoul(data, &endptr, 0); in parseMethods()734 if (*endptr != '\0') { in parseMethods()