Searched refs:XML_Char (Results 1 - 7 of 7) sorted by relevance
/forgerock/web-agents-v4/expat/ |
H A D | expat.h | 140 XML_Char * name; 151 const XML_Char *name, 168 const XML_Char *elname, 169 const XML_Char *attname, 170 const XML_Char *att_type, 171 const XML_Char *dflt, 187 const XML_Char *version, 188 const XML_Char *encoding, 206 XML_ParserCreate(const XML_Char *encoding); 220 XML_ParserCreateNS(const XML_Char *encodin [all...] |
H A D | expat_external.h | 87 typedef wchar_t XML_Char; typedef 90 typedef unsigned short XML_Char; typedef 94 typedef char XML_Char; typedef
|
H A D | xmlparse.c | 91 typedef const XML_Char *KEY; 135 #define INIT_TAG_BUF_SIZE 32 /* must be a multiple of sizeof(XML_Char) */ 149 XML_Char *uri; 155 const XML_Char *name; 160 const XML_Char *str; 161 const XML_Char *localPart; 162 const XML_Char *prefix; 192 const XML_Char *name; 193 const XML_Char *textPtr; 196 const XML_Char *systemI [all...] |
/forgerock/web-agents-v4/source/ |
H A D | session_saml.c | 102 static void entity_declaration(void *userData, const XML_Char *entityName, 103 int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, 104 const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) {
|
H A D | session_xml.c | 149 static void entity_declaration(void *userData, const XML_Char *entityName, 150 int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, 151 const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) {
|
H A D | policy_xml.c | 298 static void entity_declaration(void *userData, const XML_Char *entityName, 299 int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, 300 const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) {
|
H A D | config_xml.c | 502 static void entity_declaration(void *userData, const XML_Char *entityName, 503 int is_parameter_entity, const XML_Char *value, int value_length, const XML_Char *base, 504 const XML_Char *systemId, const XML_Char *publicId, const XML_Char *notationName) {
|
Completed in 431 milliseconds