Searched defs:tree (Results 1 - 25 of 181) sorted by last modified time

12345678

/macosx-10.9.5/CF-855.17/
H A DCFRunLoop.c161 ipc_info_tree_name_array_t tree = 0; local
H A DCFTree.c61 CF_INLINE uint32_t __CFTreeGetCallBacksType(CFTreeRef tree) { argument
65 CF_INLINE const struct __CFTreeCallBacks *__CFTreeGetCallBacks(CFTreeRef tree) { argument
86 CFTreeRef tree = (CFTreeRef)cf; local
106 CFTreeRef tree = (CFTreeRef)cf; local
169 CFTreeGetChildCount(CFTreeRef tree) argument
180 CFTreeGetParent(CFTreeRef tree) argument
185 CFTreeGetNextSibling(CFTreeRef tree) argument
190 CFTreeGetFirstChild(CFTreeRef tree) argument
195 CFTreeFindRoot(CFTreeRef tree) argument
203 CFTreeGetContext(CFTreeRef tree, CFTreeContext *context) argument
218 CFTreeSetContext(CFTreeRef tree, const CFTreeContext *context) argument
297 CFTreeGetChildAtIndex(CFTreeRef tree, CFIndex idx) argument
308 CFTreeGetChildren(CFTreeRef tree, CFTreeRef *children) argument
317 CFTreeApplyFunctionToChildren(CFTreeRef tree, CFTreeApplierFunction applier, void *context) argument
327 CFTreePrependChild(CFTreeRef tree, CFTreeRef newChild) argument
341 CFTreeAppendChild(CFTreeRef tree, CFTreeRef newChild) argument
362 CFTreeInsertSibling(CFTreeRef tree, CFTreeRef newSibling) argument
381 CFTreeRemove(CFTreeRef tree) argument
407 CFTreeRemoveAllChildren(CFTreeRef tree) argument
433 CFTreeSortChildren(CFTreeRef tree, CFComparatorFunction comparator, void *context) argument
[all...]
H A DCFXMLParser.c1791 CFXMLTreeRef tree = CFXMLTreeCreateWithNode(CFGetAllocator(parser), myNode); local
H A DCFXMLTree.c95 static void _CFAppendXML(CFMutableStringRef str, CFXMLTreeRef tree) { argument
126 static void appendElementProlog(CFMutableStringRef str, CFXMLTreeRef tree) { argument
146 static void _CFAppendXMLProlog(CFMutableStringRef str, const CFXMLTreeRef tree) { argument
245 _CFAppendXMLEpilog(CFMutableStringRef str, CFXMLTreeRef tree) argument
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c11893 NODE *tree; local
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c11803 NODE *tree; local
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.h164 RedirectToFosterParentGuard(HTMLConstructionSite& tree) argument
/macosx-10.9.5/WebCore-7537.78.1/page/scrolling/
H A DScrollingStateNode.h79 void setScrollingStateTree(ScrollingStateTree* tree) { m_scrollingStateTree = tree; } argument
/macosx-10.9.5/Security-55471.14.18/sec/securityd/Regressions/
H A Dsd-10-policytree.c52 policy_tree_t tree; local
[all...]
/macosx-10.9.5/IOKitTools-89.1.1/ioreg.tproj/
H A Dioreg.c47 UInt32 tree:1; // (-t option) member in struct:options
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A DSAX2.c733 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, int type, int def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
[all...]
H A DdebugXML.c2681 xmlShellDu(xmlShellCtxtPtr ctxt, char *arg ATTRIBUTE_UNUSED, xmlNodePtr tree, xmlNodePtr node2 ATTRIBUTE_UNUSED) argument
[all...]
H A Dlegacy.c996 attributeDecl(void *ctx, const xmlChar * elem, const xmlChar * fullname, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
H A Dparser.c5865 xmlParseEnumeratedType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) { argument
5929 xmlParseAttributeType(xmlParserCtxtPtr ctxt, xmlEnumerationPtr *tree) argument
5974 xmlEnumerationPtr tree; local
6552 xmlElementContentPtr tree = NULL; local
[all...]
H A Druntest.c988 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
H A DtestRelax.c51 static int tree = 0; variable
H A DtestSAX.c467 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
H A DtestXPath.c47 static int tree = 0; variable
H A Dtestapi.c3799 xmlEnumerationPtr tree; /* the tree of enumerated value set */ local
3818 xmlSAX2AttributeDecl(ctx, (const xmlChar *)elem, (const xmlChar *)fullname, type, def, (const xmlChar *)defaultValue, tree); local
7682 xmlNodePtr tree; /* local
22928 xmlNodePtr tree; /* a node defining the subtree to reconciliate */ local
24785 xmlEnumerationPtr tree; /* if it's an enumeration, the associated list */ local
27492 xmlNodePtr tree; /* a node in an XML document */ local
27526 xmlNodePtr tree; /* a node in an XML document */ local
27567 xmlNodePtr tree; /* an XML node */ local
[all...]
H A Dtree.c2788 xmlSetTreeDoc(xmlNodePtr tree, xmlDocPt argument
6181 xmlNewReconciliedNs(xmlDocPtr doc, xmlNodePtr tree, xmlNsPtr ns) argument
6250 xmlReconciliateNs(xmlDocPtr doc, xmlNodePtr tree) argument
[all...]
H A Dvalid.c1925 xmlAddAttributeDecl(xmlValidCtxtPtr ctxt, xmlDtdPtr dtd, const xmlChar *elem, const xmlChar *name, const xmlChar *ns, xmlAttributeType type, xmlAttributeDefault def, const xmlChar *defaultValue, xmlEnumerationPtr tree) argument
4194 xmlEnumerationPtr tree = attr->tree; local
4440 xmlEnumerationPtr tree = attrDecl->tree; local
4470 xmlEnumerationPtr tree = attrDecl->tree; local
4637 xmlEnumerationPtr tree = attrDecl->tree; local
4679 xmlEnumerationPtr tree = attrDecl->tree; local
6694 xmlEnumerationPtr tree = cur->tree; local
[all...]
H A Dxinclude.c2361 xmlXIncludeDoProcess(xmlXIncludeCtxtPtr ctxt, xmlDocPtr doc, xmlNodePtr tree) argument
2476 xmlXIncludeProcessTreeFlagsData(xmlNodePtr tree, int flags, void *data) argument
2512 xmlNodePtr tree; local
2562 xmlXIncludeProcessTreeFlags(xmlNodePtr tree, int flags) argument
2592 xmlXIncludeProcessTree(xmlNodePtr tree) argument
[all...]
H A Dxmllint.c1104 attributeDeclDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument
/macosx-10.9.5/libxml2-26/libxml2/include/libxml/
H A Dtree.h267 xmlEnumerationPtr tree; /* or the enumeration tree if any */ member in struct:_xmlAttribute
[all...]
/macosx-10.9.5/libxml2-26/libxml2/python/
H A Dlibxml.c1303 pythonAttributeDecl(void *user_data, const xmlChar * elem, const xmlChar * name, int type, int def, const xmlChar * defaultValue, xmlEnumerationPtr tree) argument

Completed in 592 milliseconds

12345678