Searched refs:node_type (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.9.5/ruby-104/ruby/tool/
H A Dnode_name.rb3 if ~/enum node_type \{/..~/^\};/
/macosx-10.9.5/autofs-234/automountd/
H A Dautod_lookup.c49 boolean_t isdirect, uid_t sendereuid, int *node_type)
59 node_type, isrestricted, TRUE, &err);
101 trace_prt(1, " do_lookup1: node_type=0x%08x error=%d\n",
102 *node_type, err);
47 do_lookup1(const autofs_pathname mapname, const char *key, const autofs_pathname subdir, const autofs_opts mapopts, boolean_t isdirect, uid_t sendereuid, int *node_type) argument
H A Dautod_autofs.c203 mnt_args.node_type = NT_TRIGGER;
205 mnt_args.node_type = 0; /* not a trigger */
H A Dautod_main.c745 uint32_t sendereuid, int *err, int *node_type, boolean_t *lu_verbose,
760 *node_type = 0;
772 *node_type = 0;
780 *node_type = 0;
794 node_type);
998 mnt_args.node_type = NT_TRIGGER;
1000 mnt_args.node_type = 0; /* not a trigger */
742 autofs_lookup(__unused mach_port_t server, autofs_pathname map, autofs_pathname path, autofs_component name, mach_msg_type_number_t nameCnt, autofs_pathname subdir, autofs_opts opts, boolean_t isdirect, uint32_t sendereuid, int *err, int *node_type, boolean_t *lu_verbose, security_token_t token) argument
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/SAX/
H A DParser.pm90 my $node_type = $node->nodeType();
91 if ($node_type == XML_COMMENT_NODE) {
94 elsif ($node_type == XML_TEXT_NODE
95 || $node_type == XML_CDATA_SECTION_NODE) {
99 elsif ($node_type == XML_ELEMENT_NODE) {
104 elsif ($node_type == XML_ENTITY_REF_NODE) {
110 elsif ($node_type == XML_DOCUMENT_NODE
111 || $node_type == XML_HTML_DOCUMENT_NODE
112 || $node_type == XML_DOCUMENT_FRAG_NODE) {
119 elsif ($node_type
[all...]
H A DGenerator.pm36 my $node_type = $node->getType();
37 if ($node_type == XML_COMMENT_NODE) {
40 elsif ($node_type == XML_TEXT_NODE || $node_type == XML_CDATA_SECTION_NODE) {
44 elsif ($node_type == XML_ELEMENT_NODE) {
49 elsif ($node_type == XML_ENTITY_REF_NODE) {
55 elsif ($node_type == XML_DOCUMENT_NODE) {
65 warn("unknown node type: $node_type");
/macosx-10.9.5/autofs-234/headers/
H A Dautofs.h76 int32_t node_type; /* node_type value for root node */ member in struct:autofs_args
95 int32_t node_type; /* node_type value for root node */ member in struct:autofs_args_32
113 int32_t node_type; /* node_type value for root node */ member in struct:autofs_args_64
141 int32_t node_type; /* node_type value for root node */ member in struct:autofs_update_args
156 int32_t node_type; /* node_type valu member in struct:autofs_update_args_32
170 int32_t node_type; /* node_type value for root node */ member in struct:autofs_update_args_64
[all...]
/macosx-10.9.5/ruby-104/ruby/lib/rexml/
H A Dattlistdecl.rb58 def node_type method in class:REXML.AttlistDecl
H A Dfunctions.rb22 if @@context[:node].node_type == :element
23 return @@context[:node].find_all{|n| n.node_type == :text}.collect{|n| n.value}
24 elsif @@context[:node].node_type == :text
119 elsif defined? object.node_type
120 if object.node_type == :attribute
122 elsif object.node_type == :element || object.node_type == :document
142 if e.node_type == :text
144 elsif e.node_type == :element
311 if node.node_type
[all...]
H A Dcomment.rb75 def node_type method in class:REXML.Comment
H A Dinstruction.rb62 def node_type method in class:REXML.Instruction
H A Dxpath_parser.rb156 return node.namespace( prefix ) if node.node_type == :element
193 #puts "node.node_type == :element => #{node.node_type == :element}"
194 if node.node_type == :element
200 !(node.node_type == :element and
209 nodeset.delete_if { |node| !node_types.include?(node.node_type) }
218 (node.node_type != :processing_instruction) or
223 nodeset.delete_if { |node| node.node_type != :text }
226 nodeset.delete_if { |node| node.node_type != :comment }
236 nt = node.node_type
[all...]
H A Dattribute.rb171 def node_type method in class:REXML.Attribute
H A Dxmldecl.rb66 def node_type method in class:REXML.XMLDecl
H A Ddoctype.rb70 def node_type method in class:REXML.DocType
H A Ddocument.rb47 def node_type method in class:REXML.Document
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_light.rb74 assert( sean.node_type == :text )
80 assert( foo[0].node_type == :processing_instruction )
86 assert( foo[0].node_type == :comment )
/macosx-10.9.5/ruby-104/ruby/
H A Ddebug.c25 enum node_type node_type; member in union:__anon12222
/macosx-10.9.5/webdavfs-352.92.2/mount.tproj/
H A Dwebdav_cache.c101 webdav_filetype_t node_type,
355 syslog(LOG_ERR, "%*s%s: %ld %s, node ino %ld, attr ino %u", gtabs*3, "", node->name, (unsigned long)node, node->node_type == WEBDAV_DIR_TYPE ? "d" : "f", node->fileid, node->attr_stat.st_ino);
369 syslog(LOG_ERR, "%*s%s: %ld %s, node ino %ld, attr ino %u", gtabs*3, "", node->name, (unsigned long)node, node->node_type == WEBDAV_DIR_TYPE ? "d" : "f", node->fileid, node->attr_stat.st_ino);
394 node->node_type == WEBDAV_DIR_TYPE ? "d" : "f",
403 node->node_type == WEBDAV_DIR_TYPE ? "d" : "f",
611 g_root_node->node_type = WEBDAV_DIR_TYPE;
663 webdav_filetype_t node_type, /* if make_entry is TRUE, the type of node to create */
716 node_ptr->node_type = node_type;
783 webdav_filetype_t node_type, /* i
657 internal_get_node( struct node_entry *parent, size_t name_length, const char *name, int make_entry, int client_created, webdav_filetype_t node_type, struct node_entry **node) argument
777 nodecache_get_node( struct node_entry *parent, size_t name_length, const char *name, int make_entry, int client_created, webdav_filetype_t node_type, struct node_entry **node) argument
[all...]
H A Dwebdav_cache.h56 webdav_filetype_t node_type; /* (int) either WEBDAV_FILE_TYPE or WEBDAV_DIR_TYPE */ member in struct:node_entry
173 webdav_filetype_t node_type, /* if make_entry is TRUE, the type of node to create */
/macosx-10.9.5/ruby-104/ruby/lib/rexml/light/
H A Dnode.rb122 if node_type() == :text
132 def node_type method in class:REXML.Light.Node
/macosx-10.9.5/smb-697.95.1/lib/smbclient/
H A Dnetbios.h82 * @param node_type suffix NetBIOS Name suffix
105 * @param node_type suffix NetBIOS Name suffix
113 uint8_t node_type,
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_subr.c231 vfs_context_t context, int *node_type, boolean_t *lu_verbose)
251 kauth_cred_getuid(vfs_context_ucred(context)), &error, node_type,
364 vfs_context_t context, int *node_type)
392 node_type, &lu_verbose);
1322 int node_type,
1383 vnt.vnt_params.vnfs_vtype = (node_type & NT_SYMLINK) ? VLNK : VDIR;
1395 if (node_type & NT_TRIGGER) {
1412 if (node_type & NT_FORCEMOUNT)
1429 if (node_type & NT_SYMLINK) {
230 auto_lookup_request(fninfo_t *fnip, char *name, int namelen, char *subdir, vfs_context_t context, int *node_type, boolean_t *lu_verbose) argument
363 auto_lookup_aux(struct fninfo *fnip, fnnode_t *parentp, char *name, int namelen, vfs_context_t context, int *node_type) argument
1320 auto_makefnnode( fnnode_t **fnpp, int node_type, mount_t mp, struct componentname *cnp, const char *name, vnode_t parent, int markroot, struct autofs_globals *fngp) argument
H A Dauto_vfsops.c339 int node_type; local
381 args.node_type = args32.node_type;
578 node_type = NT_TRIGGER;
582 context, &node_type, &lu_verbose);
589 node_type = NT_TRIGGER;
597 node_type = 0;
603 error = auto_makefnnode(&rootfnp, node_type, mp, NULL, "", NULL,
2183 update_args.node_type = update_argsp_32->node_type;
[all...]
/macosx-10.9.5/autofs-234/mig/
H A Dautofs_prot.defs150 out node_type : int;

Completed in 568 milliseconds

12