Searched defs:string_pos_const (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_imagemap.c324 const char *string_pos_const = NULL; local
355 string_pos_const = value;
356 while (apr_isalpha(*string_pos_const)) {
357 string_pos_const++; /* go along the URL from the map
360 if (*string_pos_const == ':') {

Completed in 721 milliseconds