Searched refs:parent_node (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomhtml.c728 domNode *node = NULL, *parent_node = NULL; local
758 if (!(only_whites && ignoreWhiteSpaces) && parent_node) {
777 tnode->parentNode = parent_node;
778 if (parent_node->firstChild) {
779 parent_node->lastChild->nextSibling = (domNode*)tnode;
780 tnode->previousSibling = parent_node->lastChild;
781 parent_node->lastChild = (domNode*)tnode;
783 parent_node->firstChild = parent_node->lastChild = (domNode*)tnode;
812 if (parent_node) {
[all...]
H A Dxmlsimple.c417 domNode *parent_node = NULL; local
462 if (!(only_whites && ignoreWhiteSpaces) && parent_node) {
483 tnode->parentNode = parent_node;
484 if (parent_node->firstChild) {
485 parent_node->lastChild->nextSibling = (domNode*)tnode;
486 tnode->previousSibling = parent_node->lastChild;
487 parent_node->lastChild = (domNode*)tnode;
489 parent_node->firstChild = parent_node->lastChild =
498 node = parent_node;
[all...]
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_file.c449 struct node_entry *parent_node; local
466 error = RetrieveDataFromOpaqueID(request_lookup->dir_id, (void **)&parent_node);
476 error = nodecache_get_node(parent_node, request_lookup->name_length, request_lookup->name, FALSE, FALSE, 0, &node);
492 error = network_lookup(request_lookup->pcr.pcr_uid, parent_node,
497 error = nodecache_get_node(parent_node, request_lookup->name_length, request_lookup->name, TRUE, FALSE,
703 struct node_entry *parent_node; local
707 error = RetrieveDataFromOpaqueID(request_create->dir_id, (void **)&parent_node);
710 require_action_quiet(!NODE_IS_DELETED(parent_node), deleted_node, error = ESTALE);
712 error = network_create(request_create->pcr.pcr_uid, parent_node, request_create->name, request_create->name_length, &creation_date);
723 * we just changed the parent_node s
812 struct node_entry *parent_node; local
919 struct node_entry *parent_node; local
[all...]
H A Dwebdav_parse.h201 struct node_entry *parent_node);/* -> pointer to the parent directory's node_entry */
H A Dwebdav_parse.c1544 struct node_entry *parent_node) /* -> pointer to the parent directory's node_entry */
1563 require(ftruncate(parent_node->file_fd, 0) == 0, ftruncate);
1564 require(lseek(parent_node->file_fd, 0, SEEK_SET) == 0, lseek);
1574 if ( !NODE_IS_DELETED(parent_node) )
1578 dir_data[0].d_ino = parent_node->fileid;
1585 (dir_data[0].d_ino == WEBDAV_ROOTFILEID) ? WEBDAV_ROOTPARENTFILEID : parent_node->parent->fileid;
1592 size = write(parent_node->file_fd, dir_data, sizeof(struct webdav_dirent) * 2);
1613 (void) nodecache_invalidate_directory_node_time(parent_node);
1638 error = nodecache_get_node(parent_node, name_len, namebuffer, TRUE, FALSE,
1715 size = write(parent_node
1540 parse_opendir(UInt8 *xmlp, CFIndex xmlp_len, CFURLRef urlRef, uid_t uid, struct node_entry *parent_node) argument
[all...]
/macosx-10.10/dcerpc-61/dcerpc/idl_compiler/
H A Dastp_com.c240 ASTP_node_t *parent_node
248 && parent_node->fe_info->node_kind == fe_parameter_n_k)
918 ASTP_node_t *parent_node
981 && (parent_node->fe_info->node_kind == fe_parameter_n_k
982 || parent_node->fe_info->node_kind == fe_field_n_k))
998 if (parent_node->fe_info->node_kind == fe_parameter_n_k)
1043 AST_SET_REF(((AST_parameter_n_t*)parent_node));
1054 AST_SET_PTR((AST_parameter_n_t *)parent_node);
1056 AST_SET_REF((AST_parameter_n_t *)parent_node);
1058 AST_SET_UNIQUE((AST_parameter_n_t *)parent_node);
1703 AST_set_field_attrs( parser_location_p location, ASTP_attributes_t *attributes, ASTP_node_t *parent_node, AST_type_n_t *type_node ) argument
[all...]
H A Dastp_dmp.c170 ASTP_node_t *parent_node,
1559 ASTP_node_t *parent_node,
1604 parent_node->fe_info->node_kind,
1613 parent_node->fe_info->node_kind,
1622 parent_node->fe_info->node_kind,
1631 parent_node->fe_info->node_kind,
1640 parent_node->fe_info->node_kind,
1649 parent_node->fe_info->node_kind,
1657 parent_node->fe_info->node_kind,
1556 AST_dump_field_attrs( ASTP_node_t *parent_node, AST_type_n_t *type_node, AST_field_attr_n_t *field_attr_node, int indentation ) argument
H A Dastp.h933 ASTP_node_t *parent_node,
950 ASTP_node_t *parent_node
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/menubar/
H A Dmenubar.tcl530 set parent_node [${mtree} parent ${tag}]
534 set parent_path [dict get ${installs} ${wtop} ${parent_node} +pathname]
543 set parent_path [dict get ${installs} ${wtop} ${parent_node} +pathname]
549 set parent_path [dict get ${installs} ${wtop} ${parent_node} +pathname]
943 # parent_node - mtree node name of parent
950 # of parent_node.
953 method InstallSubTree { wtop parent_path parent_node } {
955 foreach node [${mtree} children ${parent_node}] {
1153 set parent_node [${mtree} parent ${node}]
1156 set parent_path [dict get ${installs} ${wtop} ${parent_node}
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim163 syn keyword phpMethods name specified value create_attribute create_cdata_section create_comment create_element_ns create_element create_entity_reference create_processing_instruction create_text_node doctype document_element dump_file dump_mem get_element_by_id get_elements_by_tagname html_dump_mem xinclude entities internal_subset name notations public_id system_id get_attribute_node get_attribute get_elements_by_tagname has_attribute remove_attribute set_attribute tagname add_namespace append_child append_sibling attributes child_nodes clone_node dump_node first_child get_content has_attributes has_child_nodes insert_before is_blank_node last_child next_sibling node_name node_type node_value owner_document parent_node prefix previous_sibling remove_child replace_child replace_node set_content set_name set_namespace unlink_node data target process result_dump_file result_dump_mem contained
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1574 \ 'DomNode->parent_node(': 'void | domnode',

Completed in 242 milliseconds