Searched refs:tbl_standard (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
D | a_strnid.c | 160 static const ASN1_STRING_TABLE tbl_standard[] = { variable 203 ttmp = OBJ_bsearch_table(&fnd, tbl_standard, in ASN1_STRING_TABLE_get() 204 sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE)); in ASN1_STRING_TABLE_get() 266 for (tmp = tbl_standard, i = 0; in main() 267 i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++) in main() 283 for (tmp = tbl_standard, i = 0; in main() 284 i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++) in main()
|
/external/openssl/crypto/asn1/ |
D | a_strnid.c | 160 static const ASN1_STRING_TABLE tbl_standard[] = { variable 203 ttmp = OBJ_bsearch_table(&fnd, tbl_standard, in ASN1_STRING_TABLE_get() 204 sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE)); in ASN1_STRING_TABLE_get() 266 for (tmp = tbl_standard, i = 0; in main() 267 i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++) in main() 283 for (tmp = tbl_standard, i = 0; in main() 284 i < sizeof(tbl_standard)/sizeof(ASN1_STRING_TABLE); i++, tmp++) in main()
|