Lines Matching defs:colon
194 * prefix without colon!
235 /* Skip over colon */
1448 * Pass headers WITH the colon.
1452 const char *header, /* header keyword _with_ colon */
1458 * by a colon (":") and the field value. Field names are case-insensitive.
1759 ptr++; /* pass the colon */
1901 /* no colon, semicolon? */
1923 /* put a colon where the semicolon is */
1925 /* point at the colon */
1933 /* we require a colon for this to be a true header */
1935 ptr++; /* pass the colon */
2186 char *colon = strchr(cookiehost + startsearch, ':');
2187 if(colon)
2188 *colon = 0; /* The host must not include an embedded port number */
3875 /* the first "header" is the status-line and it has no colon */
3884 failf(data, "Header without colon");