Home | History | Annotate | Download | only in url

Lines Matching refs:consumed_len

94 // |*consumed_len| will contain the number of characters in the input that
98 // at the end, |*consumed_len| = 2 for the "./" this function consumed. The
102 int end, int* consumed_len) {
105 *consumed_len = 0;
110 *consumed_len = 1; // Consume the slash
119 *consumed_len = second_dot_len;
124 *consumed_len = second_dot_len + 1;
130 *consumed_len = 0;
216 int consumed_len;
218 &consumed_len)) {
225 i += dotlen + consumed_len - 1;
229 i += dotlen + consumed_len - 1;