Searched refs:q2pos (Results 1 – 1 of 1) sorted by relevance
44 size_t q2pos = q1pos + strcspn(ptr + q1pos + 1, "\"") + 1; in pjs_probe() local45 if (strcspn(ptr, "\r\n") > q2pos) in pjs_probe()