Searched refs:parser (Results 1 - 25 of 346) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/parser/
H A Dpackage-info.java21 package com.iplanet.dpro.parser;
H A DParseOutput.java29 package com.iplanet.dpro.parser;
41 * by the SAX parser.
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/parser/
H A Dpackage-info.java21 package com.iplanet.dpro.parser;
H A DParseOutput.java29 package com.iplanet.dpro.parser;
41 * by the SAX parser.
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DGSERParserTestCase.java50 GSERParser parser = new GSERParser(null);
61 GSERParser parser = new GSERParser("0");
62 assertTrue(parser.hasNext());
63 assertEquals(parser.nextInteger(),0);
64 assertFalse(parser.hasNext());
78 GSERParser parser = new GSERParser(value);
79 assertEquals(parser.skipSP().nextInteger(),42);
80 assertFalse(parser.hasNext());
95 GSERParser parser = new GSERParser(value);
96 assertEquals(parser
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/protocols/asn1/
H A DGSERParserTestCase.java50 GSERParser parser = new GSERParser(null);
61 GSERParser parser = new GSERParser("0");
62 assertTrue(parser.hasNext());
63 assertEquals(parser.nextInteger(),0);
64 assertFalse(parser.hasNext());
78 GSERParser parser = new GSERParser(value);
79 assertEquals(parser.skipSP().nextInteger(),42);
80 assertFalse(parser.hasNext());
95 GSERParser parser = new GSERParser(value);
96 assertEquals(parser
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/asn1/
H A DGSERParserTestCase.java49 GSERParser parser = new GSERParser(null);
60 GSERParser parser = new GSERParser("0");
61 assertTrue(parser.hasNext());
62 assertEquals(parser.nextInteger(),0);
63 assertFalse(parser.hasNext());
77 GSERParser parser = new GSERParser(value);
78 assertEquals(parser.skipSP().nextInteger(),42);
79 assertFalse(parser.hasNext());
94 GSERParser parser = new GSERParser(value);
95 assertEquals(parser
[all...]
/forgerock/web-agents-v4/source/
H A Dhttp_parser.c56 parser->http_errno = (e); \
63 parser->state = CURRENT_STATE(); \
82 assert(HTTP_PARSER_ERRNO(parser) == HPE_OK); \
85 parser->state = CURRENT_STATE(); \
86 if (UNLIKELY(0 != settings->on_##FOR(parser))) { \
89 UPDATE_STATE(parser->state); \
92 if (UNLIKELY(HTTP_PARSER_ERRNO(parser) != HPE_OK)) { \
107 assert(HTTP_PARSER_ERRNO(parser) == HPE_OK); \
111 parser->state = CURRENT_STATE(); \
113 settings->on_##FOR(parser, FO
628 http_parser_execute(http_parser *parser, const http_parser_settings *settings, const char *data, size_t len) argument
2102 http_message_needs_eof(const http_parser *parser) argument
2125 http_should_keep_alive(const http_parser *parser) argument
2151 http_parser_init(http_parser *parser, enum http_parser_type t) argument
2447 http_parser_pause(http_parser *parser, int paused) argument
2461 http_body_is_final(const struct http_parser *parser) argument
[all...]
H A Dsession_saml.c24 * XML parser for SAML elements (LARES response)
34 void *parser; member in struct:__anon94
106 XML_StopParser(ctx->parser, XML_FALSE);
114 .list = NULL, .parser = NULL, .data_sz = 0, .data = NULL, .status = AM_SUCCESS};
120 XML_Parser parser = XML_ParserCreate("UTF-8"); local
121 xctx.parser = &parser;
122 XML_SetUserData(parser, &xctx);
123 XML_SetElementHandler(parser, start_element, end_element);
124 XML_SetCharacterDataHandler(parser, character_dat
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/args/
H A DTestSubCommandArgumentParser.java47 // The sub-command parser.
48 private SubCommandArgumentParser parser; field in class:TestSubCommandArgumentParser
59 * Create the sub-commands and parser.
66 parser = new SubCommandArgumentParser(this.getClass().getName(),
69 sc1 = new SubCommand(parser, "sub-command1", INFO_BACKUPDB_DESCRIPTION_BACKEND_ID.get());
70 sc2 = new SubCommand(parser, "sub-command2", true, 2, 4,
84 Assert.assertSame(parser.getSubCommand("sub-command1"), sc1);
85 Assert.assertSame(parser.getSubCommand("sub-command2"), sc2);
86 Assert.assertNull(parser.getSubCommand("sub-command3"));
121 parser
[all...]
H A DTestSubCommand.java51 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
53 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
67 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
69 SubCommand sc = new SubCommand(parser, "sub-command2", false, 0, 0, null,
84 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
86 SubCommand sc = new SubCommand(parser, "sub-command2", true, 2, 4,
101 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
103 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
117 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
119 SubCommand sc = new SubCommand(parser, "su
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/args/
H A DTestSubCommandArgumentParser.java46 // The sub-command parser.
47 private SubCommandArgumentParser parser; field in class:TestSubCommandArgumentParser
58 * Create the sub-commands and parser.
65 parser = new SubCommandArgumentParser(this.getClass().getName(),
68 sc1 = new SubCommand(parser, "sub-command1", INFO_BACKUPDB_DESCRIPTION_BACKEND_ID.get());
69 sc2 = new SubCommand(parser, "sub-command2", true, 2, 4,
83 Assert.assertSame(parser.getSubCommand("sub-command1"), sc1);
84 Assert.assertSame(parser.getSubCommand("sub-command2"), sc2);
85 Assert.assertNull(parser.getSubCommand("sub-command3"));
120 parser
[all...]
H A DTestSubCommand.java50 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
52 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
66 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
68 SubCommand sc = new SubCommand(parser, "sub-command2", false, 0, 0, null,
83 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
85 SubCommand sc = new SubCommand(parser, "sub-command2", true, 2, 4,
100 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
102 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
116 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
118 SubCommand sc = new SubCommand(parser, "su
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/args/
H A DTestSubCommandArgumentParser.java47 // The sub-command parser.
48 private SubCommandArgumentParser parser; field in class:TestSubCommandArgumentParser
59 * Create the sub-commands and parser.
66 parser = new SubCommandArgumentParser(this.getClass().getName(),
69 sc1 = new SubCommand(parser, "sub-command1", INFO_BACKUPDB_DESCRIPTION_BACKEND_ID.get());
70 sc2 = new SubCommand(parser, "sub-command2", true, 2, 4,
84 Assert.assertSame(parser.getSubCommand("sub-command1"), sc1);
85 Assert.assertSame(parser.getSubCommand("sub-command2"), sc2);
86 Assert.assertNull(parser.getSubCommand("sub-command3"));
121 parser
[all...]
H A DTestSubCommand.java51 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
53 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
67 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
69 SubCommand sc = new SubCommand(parser, "sub-command2", false, 0, 0, null,
84 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
86 SubCommand sc = new SubCommand(parser, "sub-command2", true, 2, 4,
101 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
103 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
117 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
119 SubCommand sc = new SubCommand(parser, "su
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/args/
H A DTestSubCommandArgumentParser.java46 // The sub-command parser.
47 private SubCommandArgumentParser parser; field in class:TestSubCommandArgumentParser
58 * Create the sub-commands and parser.
65 parser = new SubCommandArgumentParser(this.getClass().getName(),
68 sc1 = new SubCommand(parser, "sub-command1", INFO_BACKUPDB_DESCRIPTION_BACKEND_ID.get());
69 sc2 = new SubCommand(parser, "sub-command2", true, 2, 4,
83 Assert.assertSame(parser.getSubCommand("sub-command1"), sc1);
84 Assert.assertSame(parser.getSubCommand("sub-command2"), sc2);
85 Assert.assertNull(parser.getSubCommand("sub-command3"));
120 parser
[all...]
H A DTestSubCommand.java50 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
52 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
66 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
68 SubCommand sc = new SubCommand(parser, "sub-command2", false, 0, 0, null,
83 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
85 SubCommand sc = new SubCommand(parser, "sub-command2", true, 2, 4,
100 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
102 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
116 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
118 SubCommand sc = new SubCommand(parser, "su
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/args/
H A DTestSubCommandArgumentParser.java47 // The sub-command parser.
48 private SubCommandArgumentParser parser; field in class:TestSubCommandArgumentParser
59 * Create the sub-commands and parser.
66 parser = new SubCommandArgumentParser(this.getClass().getName(),
69 sc1 = new SubCommand(parser, "sub-command1", INFO_BACKUPDB_DESCRIPTION_BACKEND_ID.get());
70 sc2 = new SubCommand(parser, "sub-command2", true, 2, 4,
84 Assert.assertSame(parser.getSubCommand("sub-command1"), sc1);
85 Assert.assertSame(parser.getSubCommand("sub-command2"), sc2);
86 Assert.assertNull(parser.getSubCommand("sub-command3"));
121 parser
[all...]
H A DTestSubCommand.java51 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
53 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
67 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
69 SubCommand sc = new SubCommand(parser, "sub-command2", false, 0, 0, null,
84 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
86 SubCommand sc = new SubCommand(parser, "sub-command2", true, 2, 4,
101 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
103 SubCommand sc = new SubCommand(parser, "sub-command1", Message.raw("XXX"));
117 SubCommandArgumentParser parser = new SubCommandArgumentParser(this
119 SubCommand sc = new SubCommand(parser, "su
[all...]
/forgerock/web-agents-v4/expat/
H A Dexpat.h155 XML_SetElementDeclHandler(XML_Parser parser,
175 XML_SetAttlistDeclHandler(XML_Parser parser,
192 XML_SetXmlDeclHandler(XML_Parser parser,
202 /* Constructs a new parser; encoding is the encoding specified by the
208 /* Constructs a new parser and namespace processor. Element type
223 /* Constructs a new parser using the memory management suite referred to
225 suite. If namespaceSeparator is non-NULL it creates a parser with
229 All further memory operations used for the created parser will come from
237 /* Prepare a parser object to be re-used. This is particularly
240 All handlers are cleared from the parser, excep
650 XML_DefaultCurrent(XML_Parser parser); variable
690 XML_UseParserAsHandlerArg(XML_Parser parser); variable
726 XML_GetBase(XML_Parser parser); variable
735 XML_GetSpecifiedAttributeCount(XML_Parser parser); variable
743 XML_GetIdAttributeIndex(XML_Parser parser); variable
765 XML_GetAttributeInfo(XML_Parser parser); variable
833 XML_ResumeParser(XML_Parser parser); variable
922 XML_GetErrorCode(XML_Parser parser); variable
940 XMLPARSEAPI(XML_Size) XML_GetCurrentLineNumber(XML_Parser parser); variable
941 XMLPARSEAPI(XML_Size) XML_GetCurrentColumnNumber(XML_Parser parser); variable
942 XMLPARSEAPI(XML_Index) XML_GetCurrentByteIndex(XML_Parser parser); variable
948 XML_GetCurrentByteCount(XML_Parser parser); variable
986 XML_ParserFree(XML_Parser parser); variable
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogWriter.java57 private final RecordParser<K, V> parser; field in class:BlockLogWriter
62 * Creates a writer for the provided log writer and parser.
70 * @param parser
71 * The parser to encode the records.
75 final LogWriter writer, final RecordParser<K, V> parser)
77 return new BlockLogWriter<K, V>(writer, parser, BLOCK_SIZE);
81 * Creates a writer for the provided log writer, parser and size for blocks.
91 * @param parser
92 * The parser to encode the records.
99 final LogWriter writer, final RecordParser<K, V> parser, fina
74 newWriter( final LogWriter writer, final RecordParser<K, V> parser) argument
98 newWriterForTests( final LogWriter writer, final RecordParser<K, V> parser, final int blockSize) argument
114 BlockLogWriter(LogWriter writer, RecordParser<K, V> parser, int blockSize) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/changelog/file/
H A DBlockLogWriter.java57 private final RecordParser<K, V> parser; field in class:BlockLogWriter
62 * Creates a writer for the provided log writer and parser.
70 * @param parser
71 * The parser to encode the records.
75 final LogWriter writer, final RecordParser<K, V> parser)
77 return new BlockLogWriter<K, V>(writer, parser, BLOCK_SIZE);
81 * Creates a writer for the provided log writer, parser and size for blocks.
91 * @param parser
92 * The parser to encode the records.
99 final LogWriter writer, final RecordParser<K, V> parser, fina
74 newWriter( final LogWriter writer, final RecordParser<K, V> parser) argument
98 newWriterForTests( final LogWriter writer, final RecordParser<K, V> parser, final int blockSize) argument
114 BlockLogWriter(LogWriter writer, RecordParser<K, V> parser, int blockSize) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/changelog/file/
H A DBlockLogWriter.java56 private final RecordParser<K, V> parser; field in class:BlockLogWriter
61 * Creates a writer for the provided log writer and parser.
69 * @param parser
70 * The parser to encode the records.
74 final LogWriter writer, final RecordParser<K, V> parser)
76 return new BlockLogWriter<>(writer, parser, BLOCK_SIZE);
80 * Creates a writer for the provided log writer, parser and size for blocks.
90 * @param parser
91 * The parser to encode the records.
98 final LogWriter writer, final RecordParser<K, V> parser, fina
73 newWriter( final LogWriter writer, final RecordParser<K, V> parser) argument
97 newWriterForTests( final LogWriter writer, final RecordParser<K, V> parser, final int blockSize) argument
113 BlockLogWriter(LogWriter writer, RecordParser<K, V> parser, int blockSize) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/util/args/
H A DSubCommand.java44 * subcommand that may be used with the subcommand argument parser. The
70 // The argument parser with which this subcommand is associated.
71 private SubCommandArgumentParser parser; field in class:SubCommand
73 // Indicates whether this parser will allow additional unnamed
92 * parser.
94 * @param parser
95 * The argument parser with which this subcommand is
102 * If the associated argument parser already has a
105 public SubCommand(SubCommandArgumentParser parser, String name, argument
108 this(parser, nam
144 SubCommand(SubCommandArgumentParser parser, String name, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName, Message description) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/util/args/
H A DSubCommand.java43 * subcommand that may be used with the subcommand argument parser. The
69 // The argument parser with which this subcommand is associated.
70 private SubCommandArgumentParser parser; field in class:SubCommand
72 // Indicates whether this parser will allow additional unnamed
91 * parser.
93 * @param parser
94 * The argument parser with which this subcommand is
101 * If the associated argument parser already has a
104 public SubCommand(SubCommandArgumentParser parser, String name, argument
107 this(parser, nam
143 SubCommand(SubCommandArgumentParser parser, String name, boolean allowsTrailingArguments, int minTrailingArguments, int maxTrailingArguments, String trailingArgsDisplayName, Message description) argument
[all...]

Completed in 1980 milliseconds

1234567891011>>