Searched refs:lookup (Results 201 - 225 of 383) sorted by relevance

1234567891011>>

/macosx-10.10.1/webdavfs-367/webdav_fs.kextproj/webdav_fs.kmodproj/
H A Dwebdav.h226 int force_lookup; /* if TRUE, don't use a cached lookup */
514 struct webdav_request_lookup lookup; member in union:webdav_request
534 struct webdav_reply_lookup lookup; member in union:webdav_reply
666 opaque_id pt_obj_id; /* opaque_id from lookup */
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c879 entity = (ENTITY *)lookup(&dtd.generalEntities, name, 0);
1190 elementType = (ELEMENT_TYPE *)lookup(&dtd.elementTypes, tagName, 0);
1570 declElementType = (ELEMENT_TYPE *)lookup(&dtd.elementTypes, name, sizeof(ELEMENT_TYPE));
1659 declEntity = (ENTITY *)lookup(&dtd.generalEntities, name, sizeof(ENTITY));
1953 entity = (ENTITY *)lookup(&dtd.generalEntities, name, 0);
2183 id = (ATTRIBUTE_ID *)lookup(&dtd.attributeIds, name, sizeof(ATTRIBUTE_ID));
2227 e = (ENTITY *)lookup(&dtd.generalEntities, poolStart(&tempPool), 0);
2327 newA = (ATTRIBUTE_ID *)lookup(&(newDtd->attributeIds), name, sizeof(ATTRIBUTE_ID));
2347 newE = (ELEMENT_TYPE *)lookup(&(newDtd->elementTypes), name, sizeof(ELEMENT_TYPE));
2355 newE->defaultAtts[i].id = (ATTRIBUTE_ID *)lookup(
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dcollationfastlatin.h220 static uint32_t lookup(const uint16_t *table, UChar32 c);
H A Dcsrsbcs.h43 void lookup(int32_t thisNgram);
H A Dstrmatch.cpp282 UnicodeFunctor* f = data->lookup(c);
H A Dstrrepl.cpp315 UnicodeFunctor* f = data->lookup(c);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dmach++.h180 mach_port_t lookup(const char *name) const;
189 // officially, the register/lookup IPCs take an array of 128 characters (not a zero-end string)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dmach++.h180 mach_port_t lookup(const char *name) const;
189 // officially, the register/lookup IPCs take an array of 128 characters (not a zero-end string)
/macosx-10.10.1/bind9-45.101/bind9/bin/tests/
H A Dnamed.conf101 // doesn't work then do the full lookup. You can also say
104 // a full lookup; only the forwarders will be used.
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctftools.h405 tdesc_t *lookup(int);
H A Dstabs.c67 new = lookup(node->t_id);
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dstty.c589 static const Tty_t *lookup(const char *name) function
647 if(!(tp=lookup(cp)) || (off && (tp->type!=BIT) && (tp->type!=TABS)))
835 sfprintf(sp,"[+%s?%s.]",name,lookup(name)->description);
943 else if (!(tp = lookup(argv[opt_info.index]+1)) || (tp->type != BIT && tp->type != TABS))
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/ADT/
H A DScopedHashTable.h179 V lookup(const K &Key) { function in class:llvm::ScopedHashTable
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCMachObjectWriter.h124 return SectionAddress.lookup(SD);
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DScalarEvolutionNormalization.cpp203 const SCEV *Result = Transformed.lookup(S);
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h135 DIE *getDIE(const MDNode *N) { return MDNodeToDieMap.lookup(N); }
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-config/
H A Dllvm-config.cpp60 AvailableComponent *AC = ComponentMap.lookup(Name);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Ddict_sqlite.c47 /* returning the lookup result unchanged.
49 /* Limit (if any) on the total number of lookup result values.
161 * In case of return without lookup (skipped key, etc.).
170 msg_info("%s: %s: Skipping lookup of non-UTF-8 key '%s'",
190 msg_info("%s: %s: Skipping lookup of '%s'",
332 dict_sqlite->dict.lookup = dict_sqlite_lookup;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_cache.c48 /* "lookup", "update", "delete" and "sequence" operations.
61 /* The "delete behind" strategy also affects the cache lookup
131 /* Cache lookup key.
133 /* Information that is stored under a cache lookup key.
144 /* When a request is satisfied, the lookup routine returns
221 char *saved_curr_key; /* "current" cache lookup key */
222 char *saved_curr_val; /* "current" cache lookup result */
234 time_t get_log_stamp; /* last lookup warning */
289 "%s: cache lookup for '%s' failed due to error",
895 /* query_action - lookup cach
899 const char *lookup; local
[all...]
H A Ddict_sockmap.c17 /* lookup. This map type can be useful for simulating a dynamic
18 /* lookup table.
159 /* dict_sockmap_lookup - socket map lookup */
195 msg_warn("table %s:%s lookup error: %m", dict->type, dict->name);
241 msg_warn("table %s:%s lookup error: %s",
378 dp->dict.lookup = dict_sockmap_lookup;
H A Ddict_tcp.c5 /* dictionary manager interface to tcp-based lookup tables
16 /* The only implemented operation is dictionary lookup. This map
17 /* type can be useful for simulating a dynamic lookup table.
36 /* Requests are strings that serve as lookup key in the simulated
48 /* In case of a lookup request, the requested data does not exist.
55 /* The request was successful. In the case of a lookup request,
67 /* Only the lookup method is currently implemented.
308 dict_tcp->dict.lookup = dict_tcp_lookup;
H A Ddict_thash.c276 dict_thash->dict.lookup = dict_thash_lookup;
/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Dparse_netgroup.c297 data = lookup (gtable, group);
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Dmclist.rb91 font = Ttk::Style.lookup(tree[:style], :font)
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtask.rb31 # Array of nested namespaces names used for task lookup by this task.
326 Rake.application.lookup(task_name) != nil

Completed in 322 milliseconds

1234567891011>>