Searched refs:ns_map (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.3-release/contrib/apr-util/xml/
H A Dapr_xml.c645 apr_array_header_t *namespaces, int *ns_map)
679 int ns = ns_map ? ns_map[elem->ns] : elem->ns;
705 int ns = ns_map ? ns_map[attr->ns] : attr->ns;
736 size += (elem_size(elem, APR_XML_X2T_FULL, NULL, ns_map) +
754 apr_array_header_t *namespaces, int *ns_map)
768 ns = ns_map ? ns_map[elem->ns] : elem->ns;
777 ns = ns_map
644 elem_size(const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map) argument
753 write_elem(char *s, const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map) argument
878 apr_xml_to_text(apr_pool_t * p, const apr_xml_elem *elem, int style, apr_array_header_t *namespaces, int *ns_map, const char **pbuf, apr_size_t *psize) argument
[all...]
/freebsd-10.3-release/contrib/apr-util/include/
H A Dapr_xml.h281 * @param ns_map Namespace mapping
287 int *ns_map, const char **pbuf,
/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c7189 ns_map_list_t *ns_map; local
7192 for (ns_map = ns_maps; ns_map != NULL; ns_map = ns_map->next)
7194 if (strcmp(ns_map->mapname, mapname) == 0)
7199 if (ns_map == NULL)
7201 ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));
7202 ns_map
7220 ns_map_t *ns_map; local
[all...]

Completed in 105 milliseconds