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

/httpd/modules/mappers/
H A Dmod_imagemap.c283 /* See if string has a "quoted part", and if so set *quoted_part to
288 * Otherwise set *quoted_part to NULL, and leave *string alone.
290 static void read_quoted(char **string, char **quoted_part) argument
295 *quoted_part = NULL;
303 *quoted_part = strp; /* note where the quoted part begins */

Completed in 12 milliseconds