Searched refs:it (Results 1 - 25 of 2174) sorted by relevance

1234567891011>>

/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drriterator.c43 dns_rriterator_init(dns_rriterator_t *it, dns_db_t *db, dns_dbversion_t *ver, argument
47 it->magic = RRITERATOR_MAGIC;
48 it->db = db;
49 it->dbit = NULL;
50 it->ver = ver;
51 it->now = now;
52 it->node = NULL;
53 result = dns_db_createiterator(it->db, 0, &it->dbit);
56 it
66 dns_rriterator_first(dns_rriterator_t *it) argument
111 dns_rriterator_nextrrset(dns_rriterator_t *it) argument
149 dns_rriterator_next(dns_rriterator_t *it) argument
165 dns_rriterator_pause(dns_rriterator_t *it) argument
171 dns_rriterator_destroy(dns_rriterator_t *it) argument
183 dns_rriterator_current(dns_rriterator_t *it, dns_name_t **name, isc_uint32_t *ttl, dns_rdataset_t **rdataset, dns_rdata_t **rdata) argument
[all...]
/macosx-10.10/bootstrap_cmds-91/migcom.tproj/
H A Dtype.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
86 register ipc_type_t *it, **last; local
88 for (it = *(last = &list); it != itNULL; it = *(last = &it->itNext))
89 if (streql(name, it->itName)) {
91 *last = it->itNext;
92 it->itNext = list;
93 list = it;
106 itInsert(identifier_t name, ipc_type_t *it) argument
176 itCalculateSizeInfo(register ipc_type_t *it) argument
231 itCalculateNameInfo(register ipc_type_t *it) argument
284 itCheckDecl(identifier_t name, register ipc_type_t *it) argument
306 itPrintTrans(register ipc_type_t *it) argument
328 itPrintDecl(identifier_t name, ipc_type_t *it) argument
363 itTypeDecl(identifier_t name, ipc_type_t *it) argument
379 register ipc_type_t *it; local
477 register ipc_type_t *it = itResetType(itCopyType(old)); local
526 register ipc_type_t *it = itResetType(itCopyType(old)); local
557 itPtrDecl(ipc_type_t *it) argument
578 register ipc_type_t *it = itResetType(itCopyType(old)); local
597 register ipc_type_t *it; local
616 register ipc_type_t *it; local
648 ipc_type_t *it = itAlloc(); local
665 ipc_type_t *it = itAlloc(); local
682 ipc_type_t *it = itAlloc(); local
699 ipc_type_t *it = itAlloc(); local
819 itCheckReturnType(identifier_t name, ipc_type_t *it) argument
834 itCheckRequestPortType(identifier_t name, ipc_type_t *it) argument
856 itCheckReplyPortType(identifier_t name, ipc_type_t *it) argument
876 itCheckIntType(identifier_t name, ipc_type_t *it) argument
889 itCheckTokenType(identifier_t name, ipc_type_t *it) argument
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/list_update_map_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
24 // file, or you compile this file and link it with other files to
55 for (const_iterator it = begin(); it != end(); ++it)
57 map_debug_base::check_key_exists(PB_DS_V2F(*it));
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dut_array_drbunix.rb6 it = super()
7 raise "usage: #{$0} <uri> <name>" unless it
8 it
H A Dut_port.rb6 it = super()
7 raise "usage: #{$0} <uri> <name>" unless it
8 it
H A Dut_array.rb6 it = super()
7 raise "usage: #{$0} <uri> <name>" unless it
8 it
H A Dut_drb_drbunix.rb5 it = super()
6 raise "usage: #{$0} <manager-uri> <name>" unless it
7 it
/macosx-10.10/WebCore-7600.1.25/loader/archive/
H A DArchive.cpp46 for (Vector<RefPtr<Archive>>::iterator it = m_subframeArchives.begin(); it != m_subframeArchives.end(); ++it) {
47 if (!clearedArchives->contains(*it)) {
48 clearedArchives->append(*it);
49 (*it)->clearAllSubframeArchivesImpl(clearedArchives);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Ddtrace.h10 * http://www.opensource.apple.com/apsl/ and read it before using this
40 #define DTHANDLE(it) (dynamic_cast<const void *>((it)))
/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DVMHeap.cpp42 for (auto* it = chunk->begin(); it != chunk->end(); ++it)
43 m_smallPages.push(it);
49 for (auto* it = chunk->begin(); it != chunk->end(); ++it)
50 m_mediumPages.push(it);
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-new.c81 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
83 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
85 void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
87 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) argument
90 if (ASN1_item_ex_new(&ret, it) > 0)
97 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
99 return asn1_item_ex_combine_new(pval, it, 0);
102 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
108 const ASN1_AUX *aux = it->funcs;
120 if (it
244 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
282 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
339 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
390 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dcs-tasn-fre.c10 * http://www.opensource.apple.com/apsl/ and read it before using this
97 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
101 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
103 asn1_item_combine_free(&val, it, 0);
106 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
108 asn1_item_combine_free(pval, it, 0);
111 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
116 const ASN1_AUX *aux = it->funcs;
121 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
128 switch(it
236 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_new.c67 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it,
69 static void asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
71 void asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it);
73 ASN1_VALUE *ASN1_item_new(const ASN1_ITEM *it) argument
76 if (ASN1_item_ex_new(&ret, it) > 0)
83 int ASN1_item_ex_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
85 return asn1_item_ex_combine_new(pval, it, 0);
88 static int asn1_item_ex_combine_new(ASN1_VALUE **pval, const ASN1_ITEM *it, argument
94 const ASN1_AUX *aux = it->funcs;
106 if (it
230 asn1_item_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
268 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); local
325 ASN1_primitive_new(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
376 asn1_primitive_clear(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
H A Dtasn_fre.c65 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine);
69 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it) argument
71 asn1_item_combine_free(&val, it, 0);
74 void ASN1_item_ex_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
76 asn1_item_combine_free(pval, it, 0);
79 static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int combine) argument
84 const ASN1_AUX *aux = it->funcs;
89 if ((it->itype != ASN1_ITYPE_PRIMITIVE) && !*pval)
96 switch(it->itype)
100 if (it
204 ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) argument
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/pat_trie_/
H A Ddebug_fn_imps.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
24 // file, or you compile this file and link it with other files to
77 for (const_iterator it = begin(); it != end(); ++it)
80 map_debug_base::check_key_exists(PB_DS_V2F(*it));
81 _GLIBCXX_DEBUG_ASSERT(lower_bound(PB_DS_V2F(*it)) == it);
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utilities/
H A Dwalkers.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
40 for (set<void *>::iterator it = freeSet.begin(); it != freeSet.end(); it++)
41 allocator.free(*it);
H A Dcallback.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
61 CallbackMap::iterator it = callbacks.find(oldCallback); local
62 if (it == callbacks.end()) // not registered; fail
64 CountingMutex *counter = it->second;
72 callbacks.erase(it);
91 for (CallbackMap::const_iterator it = callbacks.begin();
92 it != callbacks.end(); it++) {
93 it->first(event, guid, subId, serviceType);
97 for (CallbackMap::iterator it
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utilities/lib/
H A Dwalkers.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
40 for (set<void *>::iterator it = freeSet.begin(); it != freeSet.end(); it++)
41 allocator.free(*it);
H A Dcallback.cpp10 * http://www.opensource.apple.com/apsl/ and read it before using this
61 CallbackMap::iterator it = callbacks.find(oldCallback); local
62 if (it == callbacks.end()) // not registered; fail
64 CountingMutex *counter = it->second;
72 callbacks.erase(it);
91 for (CallbackMap::const_iterator it = callbacks.begin();
92 it != callbacks.end(); it++) {
93 it->first(event, guid, subId, serviceType);
97 for (CallbackMap::iterator it
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSegmentedFontData.cpp43 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
44 if (it->from() <= c && it->to() >= c)
45 return it->fontData().get();
53 for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
54 if (c >= it
[all...]
/macosx-10.10/apr-32/apr/apr/build/
H A Dnw_export.inc2 the standard prototypes macros after it messes with
/macosx-10.10/apr-32/apr-util/apr-util/build/
H A Dnw_apu_export.inc3 the standard prototypes macros after it messes with
/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginMainThreadScheduler.cpp48 CallQueueMap::iterator it = m_callQueueMap.find(npp); local
49 if (it == m_callQueueMap.end())
52 it->value.append(Call(function, userData));
79 for (Deque<Call>::const_iterator it = calls.begin(); it != end; ++it) {
87 (*it).performCall();
99 for (CallQueueMap::iterator it = m_callQueueMap.begin(); it != end; ++it)
[all...]
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/ov_tree_map_/
H A Dcond_dtor.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
24 // file, or you compile this file and link it with other files to
60 iterator it = m_a_vec;
61 while (it != m_r_last_it)
63 it->~value_type();
64 ++it;
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/ext/pb_ds/detail/tree_policy/
H A Dorder_statistics_imp.hpp6 // software; you can redistribute it and/or modify it under the terms
11 // This library is distributed in the hope that it will be useful, but
24 // file, or you compile this file and link it with other files to
52 node_iterator it = node_begin(); local
56 while (it != end_it)
58 node_iterator l_it = it.get_l_child();
65 return (*it);
67 it = l_it;
72 it
92 const_node_iterator it = node_begin(); local
[all...]

Completed in 305 milliseconds

1234567891011>>