Searched refs:cp_dash (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/poorman/libhttpd/
H A Dlibhttpd.c2168 char* cp_dash; local
2172 cp_dash = strchr( cp + 1, '-' );
2173 if ( cp_dash != (char*) 0 && cp_dash != cp + 1 )
2175 *cp_dash = '\0';
2180 if ( isdigit( (int) cp_dash[1] ) )
2182 hc->last_byte_index = atoll( cp_dash + 1 );

Completed in 41 milliseconds