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

12

/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_dfa_exec.c92 * Code parameters and static tables *
113 modified, the three tables that follow must also be modified. */
190 two tables that follow must also be modified. */
259 /* These 2 tables allow for compact code for testing for \D, \d, \S, \s, \W,
446 ctypes = md->tables + ctypes_offset;
447 lcc = md->tables + lcc_offset;
448 fcc = md->tables + fcc_offset;
3240 md->tables = re->tables;
3254 md->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_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_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);
/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(); ) {
H A DDelegationConfig.java162 String tables = getAttribute(child, "name");
164 tables, ","));
/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/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(); ) {
H A DDelegationConfig.java162 String tables = getAttribute(child, "name");
164 tables, ","));
/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/ ...

Completed in 142 milliseconds

12