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

1234567891011>>

/macosx-10.9.5/bind9-45.100/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.9.5/libstdcxx-60/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.9.5/ruby-104/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
H A Dut_safe1.rb6 it = super()
7 raise "usage: #{$0} <uri> <name>" unless it
8 it
/macosx-10.9.5/WebCore-7537.78.1/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.9.5/securityd-55199.3/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.9.5/OpenSSH-186/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.9.5/libstdcxx-60/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.9.5/Security-55471.14.18/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.9.5/Security-55471.14.18/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.9.5/WebCore-7537.78.1/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.9.5/apache-786.1/httpd/srclib/apr/build/
H A Dnw_export.inc2 the standard prototypes macros after it messes with
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/build/
H A Dnw_apu_export.inc3 the standard prototypes macros after it messes with
/macosx-10.9.5/apr-30/apr/apr/build/
H A Dnw_export.inc2 the standard prototypes macros after it messes with
/macosx-10.9.5/apr-30/apr-util/apr-util/build/
H A Dnw_apu_export.inc3 the standard prototypes macros after it messes with
/macosx-10.9.5/WebCore-7537.78.1/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.9.5/libstdcxx-60/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.9.5/libstdcxx-60/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...]
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalBuffer.h60 iterator it = begin(); local
61 while (it != end()) {
62 if ((*it).mSource == inSource)
64 erase(it);
68 ++it;
74 iterator it = begin(); local
75 while (it != end()) {
76 if ((*it).mSource == inSource)
79 ++it;
85 iterator it local
98 iterator it = begin(); local
111 iterator it = begin(); local
122 iterator it = begin(); local
205 iterator it = upper_bound(inBufferToken); local
211 iterator it = begin(); local
227 iterator it = find(inBufferToken); local
234 iterator it = find(inBufferToken); local
240 iterator it = begin(); local
[all...]

Completed in 166 milliseconds

1234567891011>>