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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dxml.c95 #define START_CALLBACK(xmlctx) \
97 svn_ra_serf__xml_context_t *xmlctx__tmp = (xmlctx); \
101 #define END_CALLBACK(xmlctx) ((xmlctx)->within_callback = FALSE)
103 #define START_CALLBACK(xmlctx) /* empty */
104 #define END_CALLBACK(xmlctx) /* empty */
153 svn_ra_serf__xml_context_t *xmlctx;
498 svn_ra_serf__xml_context_done(svn_ra_serf__xml_context_t *xmlctx)
500 if (xmlctx->current->prev)
505 xmlctx
151 svn_ra_serf__xml_context_t *xmlctx; member in struct:expat_ctx_t
496 svn_ra_serf__xml_context_done(svn_ra_serf__xml_context_t *xmlctx) argument
550 svn_ra_serf__xml_context_t *xmlctx; local
654 xml_cb_start(svn_ra_serf__xml_context_t *xmlctx, const char *raw_name, const char *const *attrs) argument
803 xml_cb_end(svn_ra_serf__xml_context_t *xmlctx, const char *raw_name) argument
858 xml_cb_cdata(svn_ra_serf__xml_context_t *xmlctx, const char *data, apr_size_t len) argument
1120 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 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 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 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 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 Dblame.c335 svn_ra_serf__xml_context_t *xmlctx;
360 xmlctx = svn_ra_serf__xml_context_create(blame_ttable,
366 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
334 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 Dreplay.c536 svn_ra_serf__xml_context_t *xmlctx;
551 xmlctx = svn_ra_serf__xml_context_create(replay_ttable,
557 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
695 svn_ra_serf__xml_context_t *xmlctx;
749 xmlctx = svn_ra_serf__xml_context_create(replay_ttable,
754 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
534 svn_ra_serf__xml_context_t *xmlctx; local
693 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.c405 svn_ra_serf__xml_context_t *xmlctx;
421 xmlctx = svn_ra_serf__xml_context_create(merge_ttable,
425 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
403 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 Dra_serf.h683 svn_ra_serf__xml_context_done(svn_ra_serf__xml_context_t *xmlctx);
698 svn_ra_serf__xml_context_t *xmlctx,
745 svn_ra_serf__xml_context_t *xmlctx;
742 svn_ra_serf__xml_context_t *xmlctx; member in struct:svn_ra_serf__server_error_t
H A Dlock.c465 svn_ra_serf__xml_context_t *xmlctx;
486 xmlctx = svn_ra_serf__xml_context_create(locks_ttable,
490 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL,
463 svn_ra_serf__xml_context_t *xmlctx; local
H A Dproperty.c463 svn_ra_serf__xml_context_t *xmlctx;
482 xmlctx = svn_ra_serf__xml_context_create(propfind_ttable,
488 handler = svn_ra_serf__create_expat_handler(sess, xmlctx,
461 svn_ra_serf__xml_context_t *xmlctx; local
H A Doptions.c398 svn_ra_serf__xml_context_t *xmlctx;
407 xmlctx = svn_ra_serf__xml_context_create(options_ttable,
411 handler = svn_ra_serf__create_expat_handler(session, xmlctx, NULL, pool);
396 svn_ra_serf__xml_context_t *xmlctx; local
H A Dmultistatus.c614 ms_baton->xmlctx = svn_ra_serf__xml_context_create(multistatus_ttable,
622 ms_baton->xmlctx,
H A Dupdate.c2663 svn_ra_serf__xml_context_t *xmlctx;
2675 xmlctx = svn_ra_serf__xml_context_create(update_ttable,
2680 handler = svn_ra_serf__create_expat_handler(sess, xmlctx, NULL,
2657 svn_ra_serf__xml_context_t *xmlctx; local

Completed in 220 milliseconds