/forgerock/web-agents-v4/pcre/ |
H A D | pcre_refcount.c | 82 REAL_PCRE *re = (REAL_PCRE *)argument_re; local 83 if (re == NULL) return PCRE_ERROR_NULL; 84 if (re->magic_number != MAGIC_NUMBER) return PCRE_ERROR_BADMAGIC; 85 if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE; 86 re->ref_count = (-adjust > re->ref_count)? 0 : 87 (adjust + re->ref_count > 65535)? 65535 : 88 re->ref_count + adjust; 89 return re->ref_count;
|
H A D | pcre_fullinfo.c | 82 const REAL_PCRE *re = (const REAL_PCRE *)argument_re; local 85 if (re == NULL || where == NULL) return PCRE_ERROR_NULL; 95 if (re->magic_number != MAGIC_NUMBER) 96 return re->magic_number == REVERSED_MAGIC_NUMBER? 101 if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE; 106 *((unsigned long int *)where) = re->options & PUBLIC_COMPILE_OPTIONS; 110 *((size_t *)where) = re->size; 130 *((int *)where) = re->top_bracket; 134 *((int *)where) = re->top_backref; 139 ((re [all...] |
H A D | pcre_byte_order.c | 109 REAL_PCRE *re = (REAL_PCRE *)argument_re; local 120 if (re == NULL) return PCRE_ERROR_NULL; 121 if (re->magic_number == MAGIC_NUMBER) 123 if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE; 124 re->tables = tables; 128 if (re->magic_number != REVERSED_MAGIC_NUMBER) return PCRE_ERROR_BADMAGIC; 129 if ((swap_uint32(re->flags) & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE; 131 re->magic_number = MAGIC_NUMBER; 132 re->size = swap_uint32(re [all...] |
H A D | pcre_get.c | 270 const REAL_PCRE *re = (const REAL_PCRE *)code; local 282 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) 286 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0) 290 if ((re->options & PCRE_DUPNAMES) == 0 && (re->flags & PCRE_JCHANGED) == 0)
|
H A D | pcre_printint.c | 312 REAL_PCRE *re = (REAL_PCRE *)external_re; local 316 unsigned int options = re->options; 317 int offset = re->name_table_offset; 318 int count = re->name_count; 319 int size = re->name_entry_size; 321 if (re->magic_number != MAGIC_NUMBER) 332 code = codestart = (pcre_uchar *)re + offset + count * size; 433 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + 451 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) + 617 pcre_uchar *entry = (pcre_uchar *)re [all...] |
H A D | pcre_study.c | 69 re compiled pattern block 82 find_minlength(const REAL_PCRE *re, const pcre_uchar *code, argument 133 d = find_minlength(re, cc, startcode, options, recurse_depth); 388 pcre_uchar *slot = (pcre_uchar *)re + 389 re->name_table_offset + GET2(cc, 1) * re->name_entry_size; 404 int dd = find_minlength(re, cs, startcode, options, recurse_depth); 407 slot += re->name_entry_size; 428 d = find_minlength(re, cs, startcode, options, recurse_depth); 481 branchlength += find_minlength(re, c 1427 const REAL_PCRE *re = (const REAL_PCRE *)external_re; local [all...] |
H A D | pcre_dfa_exec.c | 3152 /* This external function applies a compiled re to a subject string using a DFA 3191 REAL_PCRE *re = (REAL_PCRE *)argument_re; local 3211 if (re == NULL || subject == NULL || workspace == NULL || 3223 if (re->magic_number != MAGIC_NUMBER) 3224 return re->magic_number == REVERSED_MAGIC_NUMBER? 3226 if ((re->flags & PCRE_MODE) == 0) return PCRE_ERROR_BADMODE; 3240 md->tables = re->tables; 3265 utf = (re->options & PCRE_UTF8) != 0; 3271 (re->options & PCRE_ANCHORED) != 0; 3276 re [all...] |
/forgerock/opendj-b2.6/tests/staf-tests/shared/python/ |
H A D | snmp.py | 54 import re namespace 87 import re namespace 93 pattern = re.compile('dsApplIfProtocol\..*') 100 import re namespace 106 pattern = re.compile('dsApplIfProtocol\..*') 109 regexp = re.compile('^.*\.') 110 index = re.sub(regexp, '', key)
|
H A D | common.py | 240 import re namespace 896 import re namespace 898 pattern=re.compile("\[(.*)\]")
|
/forgerock/opendj2/tests/staf-tests/shared/python/ |
H A D | snmp.py | 53 import re namespace 86 import re namespace 92 pattern = re.compile('dsApplIfProtocol\..*') 99 import re namespace 105 pattern = re.compile('dsApplIfProtocol\..*') 108 regexp = re.compile('^.*\.') 109 index = re.sub(regexp, '', key)
|
H A D | common.py | 239 import re namespace 895 import re namespace 897 pattern=re.compile("\[(.*)\]")
|
/forgerock/opendj2.6.2/tests/staf-tests/shared/python/ |
H A D | snmp.py | 54 import re namespace 87 import re namespace 93 pattern = re.compile('dsApplIfProtocol\..*') 100 import re namespace 106 pattern = re.compile('dsApplIfProtocol\..*') 109 regexp = re.compile('^.*\.') 110 index = re.sub(regexp, '', key)
|
H A D | common.py | 240 import re namespace 896 import re namespace 898 pattern=re.compile("\[(.*)\]")
|
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/python/ |
H A D | snmp.py | 54 import re namespace 87 import re namespace 93 pattern = re.compile('dsApplIfProtocol\..*') 100 import re namespace 106 pattern = re.compile('dsApplIfProtocol\..*') 109 regexp = re.compile('^.*\.') 110 index = re.sub(regexp, '', key)
|
H A D | common.py | 240 import re namespace 896 import re namespace 898 pattern=re.compile("\[(.*)\]")
|
/forgerock/opendj2-hg/tests/staf-tests/shared/python/ |
H A D | snmp.py | 53 import re namespace 86 import re namespace 92 pattern = re.compile('dsApplIfProtocol\..*') 99 import re namespace 105 pattern = re.compile('dsApplIfProtocol\..*') 108 regexp = re.compile('^.*\.') 109 index = re.sub(regexp, '', key)
|
H A D | common.py | 239 import re namespace 895 import re namespace 897 pattern=re.compile("\[(.*)\]")
|
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/http/ |
H A D | CollectClientConnectionsFilter.java | 495 * @param re 499 ResourceException re) 501 response.setStatus(re.getCode()); 503 if (re.getCode() == HttpServletResponse.SC_UNAUTHORIZED 514 response.getOutputStream().println(toJSON(prettyPrint, re)); 531 * @param re 536 private String toJSON(boolean prettyPrint, ResourceException re) argument 542 sb.append("\"code\": ").append(re.getCode()).append(","); 544 sb.append("\"message\": \"").append(re.getMessage()).append("\","); 546 sb.append("\"reason\": \"").append(re 498 sendErrorReponse(HttpServletResponse response, boolean prettyPrint, ResourceException re) argument [all...] |
/forgerock/opendj2/src/server/org/opends/server/protocols/http/ |
H A D | CollectClientConnectionsFilter.java | 483 * @param re 487 ResourceException re) 489 response.setStatus(re.getCode()); 491 if (re.getCode() == HttpServletResponse.SC_UNAUTHORIZED 502 response.getOutputStream().println(toJSON(prettyPrint, re)); 519 * @param re 524 private String toJSON(boolean prettyPrint, ResourceException re) argument 530 sb.append("\"code\": ").append(re.getCode()).append(","); 532 sb.append("\"message\": \"").append(re.getMessage()).append("\","); 534 sb.append("\"reason\": \"").append(re 486 sendErrorReponse(HttpServletResponse response, boolean prettyPrint, ResourceException re) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/http/ |
H A D | CollectClientConnectionsFilter.java | 484 * @param re 488 ResourceException re) 490 response.setStatus(re.getCode()); 492 if (re.getCode() == HttpServletResponse.SC_UNAUTHORIZED 503 response.getOutputStream().println(toJSON(prettyPrint, re)); 520 * @param re 525 private String toJSON(boolean prettyPrint, ResourceException re) argument 531 sb.append("\"code\": ").append(re.getCode()).append(","); 533 sb.append("\"message\": \"").append(re.getMessage()).append("\","); 535 sb.append("\"reason\": \"").append(re 487 sendErrorReponse(HttpServletResponse response, boolean prettyPrint, ResourceException re) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/http/ |
H A D | CollectClientConnectionsFilter.java | 495 * @param re 499 ResourceException re) 501 response.setStatus(re.getCode()); 503 if (re.getCode() == HttpServletResponse.SC_UNAUTHORIZED 514 response.getOutputStream().println(toJSON(prettyPrint, re)); 531 * @param re 536 private String toJSON(boolean prettyPrint, ResourceException re) argument 542 sb.append("\"code\": ").append(re.getCode()).append(","); 544 sb.append("\"message\": \"").append(re.getMessage()).append("\","); 546 sb.append("\"reason\": \"").append(re 498 sendErrorReponse(HttpServletResponse response, boolean prettyPrint, ResourceException re) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/http/ |
H A D | CollectClientConnectionsFilter.java | 483 * @param re 487 ResourceException re) 489 response.setStatus(re.getCode()); 491 if (re.getCode() == HttpServletResponse.SC_UNAUTHORIZED 502 response.getOutputStream().println(toJSON(prettyPrint, re)); 519 * @param re 524 private String toJSON(boolean prettyPrint, ResourceException re) argument 530 sb.append("\"code\": ").append(re.getCode()).append(","); 532 sb.append("\"message\": \"").append(re.getMessage()).append("\","); 534 sb.append("\"reason\": \"").append(re 486 sendErrorReponse(HttpServletResponse response, boolean prettyPrint, ResourceException re) argument [all...] |
/forgerock/opendj2/ext/svnkit/lib/ |
H A D | sqljet-1.1.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj2-hg/ext/svnkit/lib/ |
H A D | sqljet-1.1.10.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |
/forgerock/opendj-b2.6/ext/svnkit/ |
H A D | sqljet.jar | META-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt org/ org/tmatesoft/ org/ ... |