Searched refs:chains (Results 1 - 20 of 20) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/CDBICompat/
H A DNoObjectIndex.pm20 faster because it removes code from the object insert and retrieve chains.
/macosx-10.9.5/OpenPAM-20/openpam/lib/
H A Dopenpam_dispatch.c85 chain = pamh->chains[PAM_AUTH];
88 chain = pamh->chains[PAM_ACCOUNT];
92 chain = pamh->chains[PAM_SESSION];
95 chain = pamh->chains[PAM_PASSWORD];
H A Dpam_end.c78 /* clear chains */
79 openpam_clear_chains(pamh->chains);
H A Dopenpam_configure.c126 * Extracts given chains from a policy file.
243 for (next = &pamh->chains[fclt]; *next != NULL;
275 * Locates the policy file for a given service and reads the given chains
331 if (pamh->chains[fclt] != NULL)
338 openpam_clear_chains(pamh->chains);
H A Dopenpam_impl.h100 /* chains */
101 pam_chain_t *chains[PAM_NUM_FACILITIES]; member in struct:pam_handle
/macosx-10.9.5/ICU-511.35/icuSources/layout/
H A DMorphTables.cpp25 const ChainHeader *chainHeader = chains;
H A DMorphTables.h48 ChainHeader chains[ANY_NUMBER]; member in struct:MorphTableHeader
115 ChainHeader2 chains[ANY_NUMBER]; member in struct:MorphTableHeader2
H A DMorphTables2.cpp22 const ChainHeader2 *chainHeader = chains;
40 FeatureTableEntry featureTableEntry = chains->featureTable[featureEntry];
/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dkpi_protocol.h76 @param chains Input function supports packet chains.
81 int chains);
H A Dkpi_protocol.c103 proto_input_detached_handler detached, int chains)
119 entry->chain = chains;
102 proto_register_input(protocol_family_t protocol, proto_input_handler input, proto_input_detached_handler detached, int chains) argument
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dcollate.c76 int i, saverr, chains, z; local
125 chains = -1;
127 chains = 1;
128 if (chains < 0) {
133 if (chains) {
148 if ((chains = info.chain_count) < 0) {
154 chains = TABLE_SIZE;
157 + sizeof(struct __collate_st_chain_pri) * chains
202 if (chains > 0) {
204 vp += chains * sizeo
[all...]
/macosx-10.9.5/msdosfs-198/
H A Dmsdosfs.py1041 # Walk the FAT looking for chains, and reporting what percentage of
1044 # NOTE: This examines all FAT entries/chains, including those that
1067 # Build a dictionary of all cluster chains. The key is the first cluster
1070 chains = dict()
1076 chains[cl] = [cl]
1078 # Connect clusters into chains
1082 for cl in chains.keys():
1083 if cl in chains: # May have already been removed
1084 next = fat[chains[cl][-1]]
1086 print "Warning: %d -> 0x%x" % (chains[c
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/Filter/
H A DBoolean.pm135 chose to implement this feature as a filter chain, similar to Linux' IP chains,
138 Typically, filter results will not need to be passed along in chains but
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DBoolean.pm135 chose to implement this feature as a filter chain, similar to Linux' IP chains,
138 Typically, filter results will not need to be passed along in chains but
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DFilter.pm234 has chosen to implement this feature as a filter chain, similar to Linux' IP chains,
237 Typically, filter results will not need to be bumped along chains but
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFilter.pm238 has chosen to implement this feature as a filter chain, similar to Linux' IP chains,
241 Typically, filter results will not need to be bumped along chains but
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c7040 bfd_vma *chains = NULL;
7079 error (_("Failed to read in number of chains\n"));
7087 chains = get_dynamic_data (file, nchains, hash_ent_size);
7089 if (buckets == NULL || chains == NULL)
7110 for (si = buckets[hn]; si < nchains && si > 0; si = chains[si])
7381 for (si = buckets[hn]; si > 0 && si < nchains; si = chains[si])
7420 free (chains);
7037 bfd_vma *chains = NULL; local
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy/lib/HTTP/
H A DProxy.pm825 filter chains: C<request-headers>, C<request-body>, C<reponse-headers> and
/macosx-10.9.5/CPANInternal-140/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm825 filter chains: C<request-headers>, C<request-body>, C<reponse-headers> and
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dadb.c184 unsigned int chains; member in struct:dns_adbname
1617 name->chains = 0;

Completed in 319 milliseconds