HomeSort by relevance Sort by last modified time
    Searched refs:list_type (Results 1 - 2 of 2) sorted by null

  /external/openssl/apps/
openssl.c 450 int list_type; local
454 list_type = FUNC_TYPE_GENERAL;
456 list_type = FUNC_TYPE_MD;
458 list_type = FUNC_TYPE_MD_ALG;
460 list_type = FUNC_TYPE_PKEY;
462 list_type = FUNC_TYPE_CIPHER_ALG;
464 list_type = FUNC_TYPE_CIPHER;
476 if (list_type == FUNC_TYPE_PKEY)
478 if (list_type == FUNC_TYPE_MD_ALG)
480 if (list_type == FUNC_TYPE_CIPHER_ALG
    [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 1004 $list_type = preg_match("\/$marker_ul_re\/", $matches[3]) ? "ul" : "ol"; variable
    [all...]

Completed in 59 milliseconds