Searched refs:endv (Results 1 – 2 of 2) sorted by relevance
104 int endv = line.indexOf(",", startv); in readMap() local105 if ((startv > 0) && (endv > 0)) { in readMap()106 version = line.substring(startv, endv); in readMap()
590 const char *endv; in try_get_value() local608 if (NULL == (endv = strchr (&spos[klen + 2], '\"'))) in try_get_value()610 vlen = endv - spos - klen - 1; in try_get_value()