Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr-util/xml/
Dapr_xml.c665 apr_array_header_t *namespaces, int *ns_map) in elem_size() argument
718 int ns = ns_map ? ns_map[elem->ns] : elem->ns; in elem_size()
748 int ns = ns_map ? ns_map[attr->ns] : attr->ns; in elem_size()
779 …lem_size(elem, style == APR_XML_X2T_PARSED ? APR_XML_X2T_PARSED : APR_XML_X2T_FULL, NULL, ns_map) + in elem_size()
797 apr_array_header_t *namespaces, int *ns_map) in write_elem() argument
813 ns = ns_map ? ns_map[elem->ns] : elem->ns; in write_elem()
825 ns = ns_map ? ns_map[attr->ns] : attr->ns; in write_elem()
888 NULL, ns_map); in write_elem()
898 ns = ns_map ? ns_map[elem->ns] : elem->ns; in write_elem()
943 int *ns_map, const char **pbuf, in apr_xml_to_text() argument
[all …]
/freebsd-12-stable/contrib/apr-util/include/
Dapr_xml.h288 int *ns_map, const char **pbuf,
/freebsd-12-stable/contrib/sendmail/src/
Dmap.c7773 ns_map_list_t *ns_map; local
7776 for (ns_map = ns_maps; ns_map != NULL; ns_map = ns_map->next)
7778 if (strcmp(ns_map->mapname, mapname) == 0)
7783 if (ns_map == NULL)
7785 ns_map = (ns_map_list_t *) xalloc(sizeof(*ns_map));
7786 ns_map->mapname = newstr(mapname);
7787 ns_map->map = (ns_map_t *) xalloc(sizeof(*ns_map->map));
7788 memset(ns_map->map, '\0', sizeof(*ns_map->map));
7789 ns_map->next = ns_maps;
7790 ns_maps = ns_map;
[all …]