Searched defs:comment (Results 1 - 3 of 3) sorted by relevance
/httpd/include/ |
H A D | apreq_cookie.h | 58 char *comment; /**< RFC cookies may send a comment */ member in struct:apreq_cookie_t
|
/httpd/support/ |
H A D | htdbm.c | 68 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 D | mod_imagemap.c | 507 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 405 milliseconds