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

/httpd/modules/metadata/
H A Dmod_mime_magic.c161 unsigned char hl[4]; /* 2 bytes of a fixed-endian "long" */ member in union:magic::VALUETYPE
1767 ((p->hl[0] << 24) | (p->hl[1] << 16) | (p->hl[2] << 8) | (p->hl[3]));
1775 ((p->hl[3] << 24) | (p->hl[2] << 16) | (p->hl[1] << 8) | (p->hl[0]));
/httpd/modules/filters/
H A Dmod_include.c2770 * hl - length of the string to look for
2773 * Returns the count of character that is the first match or hl if no
2776 static apr_size_t bndm(bndm_t *t, const char *h, apr_size_t hl) argument
2783 he = h + hl;
2815 return hl;

Completed in 21 milliseconds