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

/macosx-10.9.5/autofs-234/automountlib/
H A Dns_od.c379 loaddirect_od(char *nsmap, char *localmap, char *opts, argument
390 localmap, nsmap);
396 return (od_search(kODAttributeTypeMetaAutomountMap, nsmap,
566 getmapkeys_od(char *nsmap, struct dir_entry **list, int *error, argument
580 nsmap);
585 res = od_search(kODAttributeTypeMetaAutomountMap, nsmap,
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtree.c7802 xmlDOMWrapNsMapFree(xmlNsMapPtr nsmap) argument
7806 if (nsmap == NULL)
7808 cur = nsmap->pool;
7814 cur = nsmap->first;
7820 xmlFree(nsmap);
7833 xmlDOMWrapNsMapAddItem(xmlNsMapPtr *nsmap, int position, argument
7839 if (nsmap == NULL)
7843 map = *nsmap;
7855 *nsmap = map;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtree.c7638 xmlDOMWrapNsMapFree(xmlNsMapPtr nsmap) argument
7642 if (nsmap == NULL)
7644 cur = nsmap->pool;
7650 cur = nsmap->first;
7656 xmlFree(nsmap);
7669 xmlDOMWrapNsMapAddItem(xmlNsMapPtr *nsmap, int position, argument
7675 if (nsmap == NULL)
7679 map = *nsmap;
7691 *nsmap = map;

Completed in 180 milliseconds