ap_ getword_conf — extract one word from a list of words
char *ap_ getword_conf(pool *p, const char **line) char *ap_ getword_conf_nc(pool *p, char **line)
Works like ap_ getword()
, except that words can
be separated by whitespace and can use quotes and backslashes to
escape characters. The quotes and backslashes are stripped.