Searched defs:pbits (Results 1 - 4 of 4) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dip.c298 static am_bool_t read_ip(const char * p, struct in_addr * n, int * pbits) { argument
299 *pbits = ipv4_pton(p, n);
300 if (*pbits == -1) {
322 * Initialize and read the ipv6 presentation, returning in pbits the number of masked (on) bits
326 static am_bool_t read_ip6(const char * p, struct in6_addr * n, int * pbits) { argument
327 *pbits = ipv6_pton(p, n);
328 if (*pbits == -1) {
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c4910 pcre_uint8 pbits[32]; local
4999 memcpy(pbits, cbits + posix_class_maps[posix_class],
5010 for (c = 0; c < 32; c++) pbits[c] |= cbits[c + taboffset];
5012 for (c = 0; c < 32; c++) pbits[c] &= ~cbits[c + taboffset];
5019 if (tabopt == 1) pbits[1] &= ~0x3c;
5020 else if (tabopt == 2) pbits[11] &= 0x7f;
5026 for (c = 0; c < 32; c++) classbits[c] |= ~pbits[c];
5028 for (c = 0; c < 32; c++) classbits[c] |= pbits[c];
/forgerock/opendj2/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dplatform-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/platform/ ...

Completed in 145 milliseconds