• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/apr-32/apr-util/apr-util/xml/expat/lib/

Lines Matching defs:nextPtr

322          const char *end, int tok, const char *next, const char **nextPtr);
330 const char *end, const char **nextPtr);
334 const char *end, const char **nextPtr);
1935 const char **nextPtr)
1955 if (nextPtr) {
1956 *nextPtr = s;
1972 if (nextPtr) {
1973 *nextPtr = s;
1986 if (nextPtr) {
1987 *nextPtr = s;
1992 if (nextPtr) {
1993 *nextPtr = s;
2196 return epilogProcessor(parser, next, end, nextPtr);
2250 return epilogProcessor(parser, next, end, nextPtr);
2299 result = doCdataSection(parser, enc, &next, end, nextPtr);
2307 if (nextPtr) {
2308 *nextPtr = s;
2802 const char **nextPtr)
2869 if (nextPtr) {
2870 *nextPtr = s;
2876 if (nextPtr) {
2877 *nextPtr = s;
2918 const char **nextPtr)
2948 if (nextPtr) {
2949 *nextPtr = s;
2955 if (nextPtr) {
2956 *nextPtr = s;
3126 const char **nextPtr)
3132 return prologProcessor(parser, s, end, nextPtr);
3141 const char **nextPtr)
3153 return entityValueInitProcessor(parser, s, end, nextPtr);
3157 return externalParEntProcessor(parser, s, end, nextPtr);
3165 const char **nextPtr)
3174 if (nextPtr != 0 && tok != XML_TOK_INVALID) {
3175 *nextPtr = s;
3195 if (nextPtr) *nextPtr = next;
3198 return entityValueProcessor(parser, next, end, nextPtr);
3202 function to exit with *nextPtr set to s - that is what we want for other
3207 else if (tok == XML_TOK_BOM && next == end && nextPtr) {
3208 *nextPtr = next;
3219 const char **nextPtr)
3227 if (nextPtr != 0 && tok != XML_TOK_INVALID) {
3228 *nextPtr = s;
3253 return doProlog(parser, encoding, s, end, tok, next, nextPtr);
3260 const char **nextPtr)
3270 if (nextPtr != 0 && tok != XML_TOK_INVALID) {
3271 *nextPtr = s;
3297 const char **nextPtr)
3301 return doProlog(parser, encoding, s, end, tok, next, nextPtr);
3311 const char **nextPtr)
3352 if (nextPtr != 0 && tok != XML_TOK_INVALID) {
3353 *nextPtr = s;
3541 return contentProcessor(parser, s, end, nextPtr);
3934 result = doIgnoreSection(parser, enc, &next, end, nextPtr);
4246 const char **nextPtr)
4261 if (nextPtr)
4262 *nextPtr = next;
4265 if (nextPtr)
4266 *nextPtr = s;
4284 if (nextPtr) {
4285 *nextPtr = s;
4290 if (nextPtr) {
4291 *nextPtr = s;
4332 const char **nextPtr)