Lines Matching defs:value
195 value will be NULL in the case of "#REQUIRED". If "isrequired" is
284 /* atts is array of name/value pairs, terminated by 0;
344 For internal entities (<!ENTITY foo "bar">), value will
346 The value string is NOT null-terminated; the length is provided in
350 For external entities, value will be NULL and systemId will be
353 non-NULL value only for unparsed entity declarations.
360 const XML_Char *value, int value_length, const XML_Char *base,
477 Unicode scalar value c.
482 n-byte sequence that encodes a single Unicode scalar value.
489 convert function must return the Unicode scalar value represented
633 /* If a non-NULL value for arg is specified here, then it will be
673 /* This value is passed as the userData argument to callbacks. */
677 /* Returns the last value set by XML_SetUserData or NULL. */
699 externalEntityRefHandler with a value of NULL for the systemId
720 left to the application: this value will be passed through as the
732 /* Returns the number of the attribute/value pairs passed in last call
734 rather than defaulted. Each attribute/value pair counts as 2; thus
743 parser == NULL. Each attribute/value pair counts as 2; thus this
752 The value indices are exclusive of surrounding quotes; thus in a UTF-8 source
753 file an attribute value of "blah" will yield:
759 XML_Index valueStart; /* Offset to beginning of the attribute value. */
760 XML_Index valueEnd; /* Offset after the attribute value's last byte. */
763 /* Returns an array of XML_AttrInfo structures for the attribute/value pairs
765 in the start-tag rather than defaulted. Each attribute/value pair counts
778 described as a Boolean value, the implementation, at least for the
935 or XML_ParseBuffer. If the return value is XML_STATUS_ERROR then
1035 long int value;