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

/httpd/include/
H A Dapreq_cookie.h58 char *comment; /**< RFC cookies may send a comment */ member in struct:apreq_cookie_t
/httpd/support/
H A Dhtdbm.c68 char *comment; member in struct:htdbm_t
168 if (!htdbm->comment)
172 htdbm->comment, NULL);
173 val.dsize += (strlen(htdbm->comment) + 1);
304 " -t The last param is username comment.\n"
418 h->comment = apr_pstrdup(pool, argv[i++]);
466 h->comment);
/httpd/modules/mappers/
H A Dmod_imagemap.c507 static void menu_comment(request_rec *r, char *menu, char *comment) argument
512 else if (!strcasecmp(menu, "semiformatted") && *comment) {
513 ap_rvputs(r, comment, "\n", NULL);
515 else if (!strcasecmp(menu, "unformatted") && *comment) {
516 ap_rvputs(r, comment, "\n", NULL);

Completed in 597 milliseconds