Searched defs:fnd (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Da_strnid.c197 ASN1_STRING_TABLE fnd; local
198 fnd.nid = nid;
200 ttmp = bsearch(&fnd, tbl_standard, sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE), sizeof(ASN1_STRING_TABLE), table_cmp);
203 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd);
/external/openssl/crypto/asn1/
H A Da_strnid.c201 ASN1_STRING_TABLE fnd; local
202 fnd.nid = nid;
203 ttmp = OBJ_bsearch_table(&fnd, tbl_standard,
207 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
/external/openssl/crypto/engine/
H A Deng_table.c134 ENGINE_PILE tmplate, *fnd; local
146 fnd = lh_ENGINE_PILE_retrieve(&(*table)->piles, &tmplate);
147 if(!fnd)
149 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE));
150 if(!fnd) goto end;
151 fnd->uptodate = 1;
152 fnd->nid = *nids;
153 fnd->sk = sk_ENGINE_new_null();
154 if(!fnd->sk)
156 OPENSSL_free(fnd);
246 ENGINE_PILE tmplate, *fnd=NULL; local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
H A Dsctp6_usrreq.c1386 int fnd; local
1391 fnd = 0;
1400 fnd = 1;
1404 if ((!fnd) || (sin_a6 == NULL)) {
1421 int fnd = 0; local
1429 fnd = 1;
1433 if (!fnd) {
1478 int fnd; local
1526 fnd = 0;
1530 fnd
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.c338 int fnd = 0; local
369 fnd = 1;
373 if (!fnd) {
H A Dsctp_usrreq.c4729 int i, fnd = 0; local
4752 fnd = 1;
4756 if (!fnd) {
6284 int i, fnd = 0; local
6318 fnd = 1;
6322 if (!fnd) {
7341 int i, fnd = 0; local
7492 fnd = 1;
7496 if (!fnd) {
7536 int i, fnd local
8167 int fnd; local
8212 int fnd = 0; local
8255 int fnd; local
[all...]
H A Dsctp_pcb.c1166 int fnd, i; local
1260 fnd = 0;
1263 fnd = 1;
1267 if (fnd == 0) {
1915 int fnd; local
1997 fnd = 0;
2001 fnd = 1;
2007 fnd = 1;
2011 if (!fnd)
2067 fnd
2149 int fnd; local
6150 int fnd, error = 0; local
6245 int fnd; local
7847 int fnd = 0; local
[all...]
H A Dsctp_output.c5684 uint8_t fnd; local
5708 fnd = 0;
5719 fnd = 1;
5731 fnd = 1;
5738 if (fnd == 0) {
5791 fnd = 0;
5802 fnd = 1;
5812 fnd = 1;
5818 if (!fnd) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 206 milliseconds