Searched refs:ext_count (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_ocsp.c528 int count, ext_count, i, j; local
551 ext_count = OCSP_SINGLERESP_get_ext_count(single);
552 for(j = 0; j < ext_count; j++){
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c3342 unsigned long ext_count;
3348 ext_count = ecoff_data (abfd)->debug_info.symbolic_header.iextMax;
3350 amt = ext_count;
3358 ext_end = ext_ptr + ext_count * external_ext_size;
3333 unsigned long ext_count; local

Completed in 80 milliseconds