Searched refs:fnd (Results 1 - 3 of 3) sorted by relevance

/external/openssl/crypto/engine/
H A Deng_table.c121 ENGINE_PILE tmplate, *fnd; local
133 fnd = lh_retrieve(&(*table)->piles, &tmplate);
134 if(!fnd)
136 fnd = OPENSSL_malloc(sizeof(ENGINE_PILE));
137 if(!fnd) goto end;
138 fnd->uptodate = 1;
139 fnd->nid = *nids;
140 fnd->sk = sk_ENGINE_new_null();
141 if(!fnd->sk)
143 OPENSSL_free(fnd);
229 ENGINE_PILE tmplate, *fnd=NULL; local
[all...]
/external/openssl/crypto/asn1/
H A Da_strnid.c199 ASN1_STRING_TABLE fnd; local
200 fnd.nid = nid;
201 ttmp = (ASN1_STRING_TABLE *) OBJ_bsearch((char *)&fnd,
207 idx = sk_ASN1_STRING_TABLE_find(stable, &fnd);
/external/webkit/WebCore/css/
H A DCSSParser.cpp2072 bool fnd[6]; // Trust me ;) local
2074 fnd[i] = false;
2079 if (!fnd[propIndex]) {
2081 fnd[propIndex] = found = true;
2094 if (!fnd[i])

Completed in 62 milliseconds