Searched defs:chain (Results 76 - 99 of 99) sorted by relevance

1234

/external/openssl/include/openssl/
H A Dx509_vfy.h114 certificate chain.
181 * validation. Once we have a certificate chain, the 'verify'
182 * function is then called to actually check the cert chain. */
199 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
228 * gathering of the cert chain can take some time (and have to be
237 STACK_OF(X509) *untrusted; /* chain of X509s - untrusted - passed in */
248 int (*check_revocation)(X509_STORE_CTX *ctx); /* Check revocation status of chain */
258 int valid; /* if 0, rebuild chain */
260 STACK_OF(X509) *chain; /* chain o member in struct:x509_store_ctx_st
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_model.h122 struct glpoly_s *chain; member in struct:glpoly_s
/external/quake/quake/src/QW/server/
H A Dpr_cmds.c758 Returns a chain of entities that have origins within a spherical area
765 edict_t *ent, *chain; local
771 chain = (edict_t *)sv.edicts;
788 ent->v.chain = EDICT_TO_PROG(chain);
789 chain = ent;
792 RETURN_EDICT(chain);
/external/quake/quake/src/WinQuake/
H A Dgl_model.h118 struct glpoly_s *chain; member in struct:glpoly_s
H A Dpr_cmds.cpp875 Returns a chain of entities that have origins within a spherical area
882 edict_t *ent, *chain; local
888 chain = (edict_t *)sv.edicts;
905 ent->u.v.chain = EDICT_TO_PROG(chain);
906 chain = ent;
909 RETURN_EDICT(chain);
1007 ed->u.v.chain = EDICT_TO_PROG(last);
1015 first->u.v.chain = last->u.v.chain;
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/e2fsprogs/lib/ext2fs/
H A Dtdb.c244 unsigned int num_locks; /* number of chain locks held */
411 /* a global lock allows us to avoid per chain locks */
506 /* a global lock allows us to avoid per chain locks */
640 /* can't combine global and chain locks */
743 /* lock/unlock one hash chain. This is meant to be used to reduce
750 /* lock/unlock one hash chain, non-blocking. This is meant to be used
758 /* mark a chain as locked without actually locking it. Warning! use with great caution! */
764 /* unmark a chain as locked without actually locking it. Warning! use with great caution! */
946 static void tdb_next_hash_chain(struct tdb_context *tdb, u32 *chain) argument
948 u32 h = *chain;
1411 u32 chain = (off-FREELIST_TOP) / sizeof(tdb_off_t); local
1522 transaction_next_hash_chain(struct tdb_context *tdb, u32 *chain) argument
[all...]
/external/elfutils/src/
H A Delflint.c1930 ERROR (gettext ("section [%2d] '%s': chain array too large\n"),
1946 section [%2d] '%s': hash chain reference %zu out of bounds\n"),
1971 ERROR (gettext ("section [%2d] '%s': chain array too large\n"),
1987 section [%2d] '%s': hash chain reference %" PRIu64 " out of bounds\n"),
2053 section [%2d] '%s': hash chain for bucket %zu lower than symbol index bias\n"),
2074 section [%2d] '%s': symbol %u referenced in chain for bucket %zu is undefined\n"),
2085 section [%2d] '%s': hash value for symbol %u in chain for bucket %zu wrong\n"),
2116 section [%2d] '%s': hash chain for bucket %zu out of bounds\n"),
2121 section [%2d] '%s': symbol reference in chain for bucket %zu out of bounds\n"),
2267 const Elf32_Word *chain local
2284 const Elf64_Xword *chain = &hasharr[2 + nbucket]; local
[all...]
H A Dldgeneric.c3536 /* Array for counting the collisions and chain lengths. */
3579 names themselves. Recognizing that the chain ended is not
3896 size follow one another. This avoids the extra hash chain table.
4012 /* Terminate the previous chain. */
4030 /* Terminate the last chain. */
4055 Elf32_Word *chain = NULL; local
4087 chain = &((Elf32_Word *) hashdata->d_buf)[2 + nbucket];
4099 while (chain[hashidx] != 0)
4100 hashidx = chain[hashidx];
4102 chain[hashid
[all...]
H A Dreadelf.c2545 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[2 + nbucket]; local
2560 inner = chain[inner];
2587 Elf64_Xword *chain = &((Elf64_Xword *) data->d_buf)[2 + nbucket]; local
2602 inner = chain[inner];
2641 Elf32_Word *chain = &((Elf32_Word *) data->d_buf)[4 + bitmask_words local
2644 /* Compute distribution of chain lengths. */
2657 while ((chain[inner++] & 1) == 0);
/external/opencv/cvaux/include/
H A Dcvaux.h1009 CvSeq* chain; member in struct:CvLCMEdge
/external/libnfc-nxp/src/
H A DphDnldNfc.c2069 uint16_t chain = local
2072 chain =
2081 if( TRUE == chain )
2092 psDnldContext->tx_info.tx_chain = chain;
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4113 CvChain* chain = (CvChain*)seq; local
4116 cvWriteInt( fs, "x", chain->origin.x );
4117 cvWriteInt( fs, "y", chain->origin.y );
4351 CvChain* chain = (CvChain*)seq; local
4352 chain->origin.x = cvReadIntByName( fs, origin_node, "x", 0 );
4353 chain->origin.y = cvReadIntByName( fs, origin_node, "y", 0 );
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreFrameBridge.cpp1828 static scoped_refptr<net::X509Certificate> getX509Cert(JNIEnv *env, jobjectArray chain) argument
1831 int length = env->GetArrayLength(chain);
1840 reinterpret_cast<jbyteArray>(env->GetObjectArrayElement(chain, i)));
1870 static void SslClientCertPKCS8(JNIEnv *env, jobject obj, int handle, jbyteArray pkey, jobjectArray chain) argument
1873 if (pkey == NULL || chain == NULL) {
1897 scoped_refptr<net::X509Certificate> certificate = getX509Cert(env, chain);
1905 static void SslClientCertCtx(JNIEnv *env, jobject obj, int handle, jint ctx, jobjectArray chain) argument
1909 if (pkey == NULL || chain == NULL) {
1913 scoped_refptr<net::X509Certificate> certificate = getX509Cert(env, chain);
/external/dexmaker/lib/
H A Djarjar.jar ... final com.tonicsystems.jarjar.ext_util.JarProcessor chain private final com.tonicsystems.jarjar.KeepProcessor kp ...
/external/guava/guava-tests/lib/
H A Dlibtruth.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/junit/ org/junit/contrib/ org/junit/contrib/truth/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/sqlite/dist/orig/
H A Dsqlite3.c7603 HashElem *chain; /* Pointer to first entry with this hash */ member in struct:Hash::_ht
9704 ** Collisions are on the FuncDef.pHash chain.
22308 pHead = pEntry->count ? pEntry->chain : 0;
22310 pEntry->chain = pNew;
22382 elem = pEntry->chain;
22416 if( pEntry->chain==elem ){
22417 pEntry->chain = elem->next;
116360 Fts3HashElem *chain; /* Pointer to first entry with this hash */ member in struct:Fts3Hash::_fts3ht
[all...]
/external/sqlite/dist/
H A Dsqlite3.c7603 HashElem *chain; /* Pointer to first entry with this hash */ member in struct:Hash::_ht
9704 ** Collisions are on the FuncDef.pHash chain.
22308 pHead = pEntry->count ? pEntry->chain : 0;
22310 pEntry->chain = pNew;
22382 elem = pEntry->chain;
22416 if( pEntry->chain==elem ){
22417 pEntry->chain = elem->next;
116388 Fts3HashElem *chain; /* Pointer to first entry with this hash */ member in struct:Fts3Hash::_fts3ht
[all...]

Completed in 2243 milliseconds

1234