Searched refs:xmlctx (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dxml.c78 #define START_CALLBACK(xmlctx) \
80 svn_ra_serf__xml_context_t *xmlctx__tmp = (xmlctx); \
84 #define END_CALLBACK(xmlctx) ((xmlctx)->within_callback = FALSE)
86 #define START_CALLBACK(xmlctx) /* empty */
87 #define END_CALLBACK(xmlctx) /* empty */
136 svn_ra_serf__xml_context_t *xmlctx;
479 svn_ra_serf__xml_context_done(svn_ra_serf__xml_context_t *xmlctx)
481 if (xmlctx->current->prev)
486 xmlctx
134 svn_ra_serf__xml_context_t *xmlctx; member in struct:expat_ctx_t
477 svn_ra_serf__xml_context_done(svn_ra_serf__xml_context_t *xmlctx) argument
531 svn_ra_serf__xml_context_t *xmlctx; local
635 xml_cb_start(svn_ra_serf__xml_context_t *xmlctx, const char *raw_name, const char *const *attrs) argument
784 xml_cb_end(svn_ra_serf__xml_context_t *xmlctx, const char *raw_name) argument
839 xml_cb_cdata(svn_ra_serf__xml_context_t *xmlctx, const char *data, apr_size_t len) argument
1009 svn_ra_serf__create_expat_handler(svn_ra_serf__session_t *session, svn_ra_serf__xml_context_t *xmlctx, const int *expected_status, apr_pool_t *result_pool) argument
[all...]
H A Dget_deleted_rev.c144 svn_ra_serf__xml_context_t *xmlctx;
158 xmlctx = svn_ra_serf__xml_context_create(getdrev_ttable,
162 handler = svn_ra_serf__create_expat_handler(ras, xmlctx, NULL, pool);
141 svn_ra_serf__xml_context_t *xmlctx; local
H A Dgetdate.c138 svn_ra_serf__xml_context_t *xmlctx;
147 xmlctx = svn_ra_serf__xml_context_create(date_ttable,
151 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
136 svn_ra_serf__xml_context_t *xmlctx; local
H A Dgetlocations.c169 svn_ra_serf__xml_context_t *xmlctx;
185 xmlctx = svn_ra_serf__xml_context_create(getloc_ttable,
189 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
166 svn_ra_serf__xml_context_t *xmlctx; local
H A Dgetlocationsegments.c171 svn_ra_serf__xml_context_t *xmlctx;
187 xmlctx = svn_ra_serf__xml_context_create(gls_ttable,
191 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
169 svn_ra_serf__xml_context_t *xmlctx; local
H A Dmergeinfo.c199 svn_ra_serf__xml_context_t *xmlctx;
217 xmlctx = svn_ra_serf__xml_context_create(mergeinfo_ttable,
221 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
198 svn_ra_serf__xml_context_t *xmlctx; local
H A Dblame.c351 svn_ra_serf__xml_context_t *xmlctx;
377 xmlctx = svn_ra_serf__xml_context_create(blame_ttable,
383 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
350 svn_ra_serf__xml_context_t *xmlctx; local
H A Dget_lock.c278 svn_ra_serf__xml_context_t *xmlctx;
293 xmlctx = svn_ra_serf__xml_context_create(locks_ttable,
297 handler = svn_ra_serf__create_expat_handler(session, xmlctx,
275 svn_ra_serf__xml_context_t *xmlctx; local
H A Dgetlocks.c246 svn_ra_serf__xml_context_t *xmlctx;
259 xmlctx = svn_ra_serf__xml_context_create(getlocks_ttable,
263 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
243 svn_ra_serf__xml_context_t *xmlctx; local
H A Dlist.c245 svn_ra_serf__xml_context_t *xmlctx; local
269 xmlctx = svn_ra_serf__xml_context_create(log_ttable,
273 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
H A Dreplay.c539 svn_ra_serf__xml_context_t *xmlctx;
554 xmlctx = svn_ra_serf__xml_context_create(replay_ttable,
560 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
731 svn_ra_serf__xml_context_t *xmlctx;
786 xmlctx = svn_ra_serf__xml_context_create(replay_ttable,
791 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
537 svn_ra_serf__xml_context_t *xmlctx; local
729 svn_ra_serf__xml_context_t *xmlctx; local
H A Dinherited_props.c364 svn_ra_serf__xml_context_t *xmlctx;
421 xmlctx = svn_ra_serf__xml_context_create(iprops_table,
426 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
362 svn_ra_serf__xml_context_t *xmlctx; local
H A Dmerge.c411 svn_ra_serf__xml_context_t *xmlctx;
434 xmlctx = svn_ra_serf__xml_context_create(merge_ttable,
438 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
409 svn_ra_serf__xml_context_t *xmlctx; local
H A Dlog.c525 svn_ra_serf__xml_context_t *xmlctx; local
587 xmlctx = svn_ra_serf__xml_context_create(log_ttable,
591 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
H A Dlock.c471 svn_ra_serf__xml_context_t *xmlctx;
492 xmlctx = svn_ra_serf__xml_context_create(locks_ttable,
496 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
469 svn_ra_serf__xml_context_t *xmlctx; local
H A Doptions.c443 svn_ra_serf__xml_context_t *xmlctx;
452 xmlctx = svn_ra_serf__xml_context_create(options_ttable,
456 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
441 svn_ra_serf__xml_context_t *xmlctx; local
H A Dproperty.c468 svn_ra_serf__xml_context_t *xmlctx;
487 xmlctx = svn_ra_serf__xml_context_create(propfind_ttable,
493 handler = svn_ra_serf__create_expat_handler(sess, xmlctx,
466 svn_ra_serf__xml_context_t *xmlctx; local
H A Dra_serf.h702 svn_ra_serf__xml_context_done(svn_ra_serf__xml_context_t *xmlctx);
717 svn_ra_serf__xml_context_t *xmlctx,
764 svn_ra_serf__xml_context_t *xmlctx;
761 svn_ra_serf__xml_context_t *xmlctx; member in struct:svn_ra_serf__server_error_t
H A Dmultistatus.c614 ms_baton->xmlctx = svn_ra_serf__xml_context_create(multistatus_ttable,
622 ms_baton->xmlctx,
H A Dupdate.c2478 svn_ra_serf__xml_context_t *xmlctx;
2490 xmlctx = svn_ra_serf__xml_context_create(update_ttable,
2495 handler = svn_ra_serf__create_expat_handler(sess, xmlctx, NULL,
2472 svn_ra_serf__xml_context_t *xmlctx; local

Completed in 251 milliseconds