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

/httpd/modules/mappers/
H A Dmod_imagemap.c323 char *string_pos = NULL; local
382 string_pos = my_base;
383 while (*string_pos) {
384 if (*string_pos == '/' && *(string_pos + 1) == '/') {
385 string_pos += 2; /* if there are two slashes, jump over them */
388 if (*string_pos == '/') { /* the first single slash */
390 *string_pos = '\0';
395 directory = string_pos; /* save the start of
398 string_pos
594 char *string_pos; local
[all...]

Completed in 10 milliseconds