Lines Matching defs:first
187 * 4. Output the characters of the uri-path from the first character up
233 const char *first = NULL, *last;
239 first = memrchr(domain, '.', (last - domain));
240 if(first)
241 len -= (++first - domain);
248 return first? first: domain;
343 * but only the first should be
390 * counter in order to track the next one. In case the recorded first
485 const char *lineptr, /* first character of the line */
606 /* The very first name/value pair is the actual cookie name */
1017 /* at first, remove expired cookies */
1143 co->next = clist->next; /* get the next-pointer first */
1399 /* at first, remove expired cookies */
1458 * once, the longest specified path version comes first. To make this
1534 struct Cookie *first, *curr, *next, *prev = NULL;
1544 first = curr = prev = cookies->cookies[i];
1549 if(first == curr)
1550 first = next;
1564 cookies->cookies[i] = first;
1637 /* at first, remove expired cookies */