Lines Matching +full:end +full:- +full:of +full:- +full:charge
9 Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
13 Copyright (c) 2017-2024 Sebastian Pipping <sebastian@pipping.org>
16 Permission is hereby granted, free of charge, to any person obtaining
17 a copy of this software and associated documentation files (the
20 distribute, sublicense, and/or sell copies of the Software, and to permit
25 in all copies or substantial portions of the Software.
27 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
28 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31 DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
32 OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
52 XML_ROLE_ERROR = -1,
120 const char *end, const ENCODING *enc);
135 #define XmlTokenRole(state, tok, ptr, end, enc) \ argument
136 (((state)->handler)(state, tok, ptr, end, enc))