HomeSort by relevance Sort by last modified time
    Searched full:unot (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_cpols.c 77 STACK_OF(CONF_VALUE) *unot, int ia5org);
228 STACK_OF(CONF_VALUE) *unot;
234 unot = X509V3_get_section(ctx, cnf->value + 1);
235 if(!unot) {
241 qual = notice_section(ctx, unot, ia5org);
242 X509V3_section_free(ctx, unot);
273 STACK_OF(CONF_VALUE) *unot, int ia5org)
283 for(i = 0; i < sk_CONF_VALUE_num(unot); i++) {
284 cnf = sk_CONF_VALUE_value(unot, i);
  /external/openssl/crypto/x509v3/
v3_cpols.c 77 STACK_OF(CONF_VALUE) *unot, int ia5org);
228 STACK_OF(CONF_VALUE) *unot;
234 unot = X509V3_get_section(ctx, cnf->value + 1);
235 if(!unot) {
241 qual = notice_section(ctx, unot, ia5org);
242 X509V3_section_free(ctx, unot);
273 STACK_OF(CONF_VALUE) *unot, int ia5org)
283 for(i = 0; i < sk_CONF_VALUE_num(unot); i++) {
284 cnf = sk_CONF_VALUE_value(unot, i);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 23 def unot(x): function in function:TestTranforms.test_unot
26 asm = disassemble(unot)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 23 def unot(x): function in function:TestTranforms.test_unot
26 asm = disassemble(unot)

Completed in 157 milliseconds