Searched refs:apr_date_checkmask (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/apr-util/misc/ |
| D | apr_date.c | 55 APU_DECLARE(int) apr_date_checkmask(const char *data, const char *mask) in apr_date_checkmask() function 176 if (apr_date_checkmask(date, "## @$$ #### ##:##:## *")) { in apr_date_parse_http() 189 else if (apr_date_checkmask(date, "##-@$$-## ##:##:## *")) { in apr_date_parse_http() 200 else if (apr_date_checkmask(date, "@$$ ~# ##:##:## ####*")) { in apr_date_parse_http() 218 else if (apr_date_checkmask(date, "# @$$ #### ##:##:## *")) { in apr_date_parse_http() 352 if (apr_date_checkmask(date, "## @$$ #### ##:##:## *")) { /* RFC 1123 format */ in apr_date_parse_rfc() 368 else if (apr_date_checkmask(date, "##-@$$-## ##:##:## *")) {/* RFC 850 format */ in apr_date_parse_rfc() 382 else if (apr_date_checkmask(date, "@$$ ~# ##:##:## ####*")) { in apr_date_parse_rfc() 403 else if (apr_date_checkmask(date, "# @$$ #### ##:##:## *")) { in apr_date_parse_rfc() 419 else if (apr_date_checkmask(date, "## @$$ ## ##:##:## *")) { in apr_date_parse_rfc() [all …]
|
| /freebsd-12-stable/contrib/apr-util/include/ |
| D | apr_date.h | 60 APU_DECLARE(int) apr_date_checkmask(const char *data, const char *mask);
|
| /freebsd-12-stable/contrib/serf/buckets/ |
| D | response_buckets.c | 147 res = apr_date_checkmask(ctx->linebuf.line, "HTTP/#.# ###*"); in parse_status_line()
|
| D | bwtp_buckets.c | 366 res = apr_date_checkmask(ctx->linebuf.line, "BW*"); in parse_status_line()
|