Searched defs:tables (Results 1 - 25 of 25) sorted by relevance

/forgerock/web-agents-v4/pcre/
H A Dpcre_byte_order.c87 loaded form the disk. It also sets the tables pointer, which
93 tables points to the character tables or NULL
100 pcre_extra *extra_data, const unsigned char *tables)
103 pcre16_extra *extra_data, const unsigned char *tables)
106 pcre32_extra *extra_data, const unsigned char *tables)
124 re->tables = tables;
153 re->tables = tables;
99 pcre_pattern_to_host_byte_order(pcre *argument_re, pcre_extra *extra_data, const unsigned char *tables) argument
[all...]
H A Dpcre_study.c667 environment, the tables will only recognize ASCII characters anyway, but in at
668 least one Windows environment, some higher bytes bits were set in the tables.
1424 const pcre_uint8 *tables; local
1468 /* Set the character tables in the block that is passed around */
1470 tables = re->tables;
1473 if (tables == NULL)
1475 (void *)(&tables));
1477 if (tables == NULL)
1479 (void *)(&tables));
[all...]
H A Dpcre.h381 const unsigned char *tables; /* Pointer to character tables */ member in struct:pcre_extra
394 const unsigned char *tables; /* Pointer to character tables */ member in struct:pcre16_extra
407 const unsigned char *tables; /* Pointer to character tables */ member in struct:pcre32_extra
H A Dpcre_exec.c2747 min = rep_min[c]; /* Pick up values from tables; */
2891 min = rep_min[c]; /* Pick up values from tables; */
3118 min = rep_min[c]; /* Pick up values from tables; */
3373 min = rep_min[c]; /* Pick up values from tables; */
3767 min = rep_min[c]; /* Pick up values from tables; */
4124 min = rep_min[c]; /* Pick up values from tables; */
6365 const pcre_uint8 *tables; local
6498 tables = re->tables;
6513 if ((flags & PCRE_EXTRA_TABLES) != 0) tables
[all...]
H A Dpcre_compile.c94 * Code parameters and static tables *
556 patterns. Note that the tables in chartables are dependent on the locale, and
2335 cd contains pointers to tables etc.
2716 cd pointers to tables etc
3953 cd contains pointers to tables etc.
4008 cd pointers to tables etc
4036 cd pointers to tables etc
4130 cd contains pointers to tables etc.
4288 cd contains pointers to tables etc.
4329 cd contains pointers to tables et
8752 pcre_compile(const char *pattern, int options, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
8776 pcre_compile2(const char *pattern, int options, int *errorcodeptr, const char **errorptr, int *erroroffset, const unsigned char *tables) argument
[all...]
H A Dpcre_jit_compile.c360 /* Flipped and lower case tables. */
9738 const pcre_uint8 *tables = re->tables; local
9761 if (!tables)
9762 tables = PRIV(default_tables);
9772 common->fcc = tables + fcc_offset;
9773 common->lcc = (sljit_sw)(tables + lcc_offset);
9813 common->ctypes = (sljit_sw)(tables + ctypes_offset);
H A Dpcre_internal.h256 The TABLE_GET macro is designed for accessing elements of tables whose contain
258 items, some check is needed before accessing these tables.
688 from the tables whose names start with PRIV(utf8_table). They were rewritten by
1864 pcre_compile.c must also be updated, and also the tables called "coptable"
2121 /* This is not an opcode, but is used to check that tables indexed by opcode
2129 definitions that follow must also be updated to match. There are also tables
2336 const pcre_uint8 *tables; /* Pointer to tables or NULL for std */ member in struct:real_pcre8_or_16
2360 const pcre_uint8 *tables; /* Pointer to tables o member in struct:real_pcre32
2556 const pcre_uint8 *tables; /* Character tables */ member in struct:dfa_match_data
[all...]
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationConfigNode.java56 private Set tables; field in class:DelegationConfigNode
76 tables = set;
171 if (tables != null) {
172 for (Iterator i = tables.iterator(); i.hasNext(); ) {
/forgerock/openam/openam-console/src/main/java/com/sun/identity/console/delegation/model/
H A DDelegationConfigNode.java56 private Set tables; field in class:DelegationConfigNode
76 tables = set;
171 if (tables != null) {
172 for (Iterator i = tables.iterator(); i.hasNext(); ) {
/forgerock/openidm-v4/openidm-repo-jdbc/src/main/java/org/forgerock/openidm/repo/jdbc/impl/
H A DSQLBuilder.java187 private final List<SQLRenderer<String>> tables = new ArrayList<SQLRenderer<String>>(); field in class:SQLBuilder
222 tables.add(new Table(table, alias));
360 if (tables.isEmpty()) {
361 throw new InternalErrorException("SQL query contains no tables in FROM clause");
367 return " FROM " + StringUtils.join(FluentIterable.from(tables).transform(TO_SQL), ", ");
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jar ... .nio.ByteBuffer bb private static boolean[][] creatingEncodingTables () boolean[][] tables java.util.List l private static boolean[] creatingEncodingTable ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djersey-core-1.1.1-ea-SNAPSHOT.jar ... .nio.ByteBuffer bb private static boolean[][] creatingEncodingTables () boolean[][] tables java.util.List l private static boolean[] creatingEncodingTable ...
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2.6.2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-jel-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj2-hg/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 175 milliseconds