Home
last modified time | relevance | path

Searched refs:keytype (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/curl/tests/
H A Dcurl_basic_027.phpt24 var_dump(curl_setopt($ch, CURLOPT_SSH_HOSTKEYFUNCTION, function ($ch, $keytype, $key, $keylen) {
26 var_dump($keytype);
/PHP-8.3/ext/com_dotnet/
H A Dcom_wrapper.c445 int keytype; in generate_dispids() local
458 while (HASH_KEY_NON_EXISTENT != (keytype = in generate_dispids()
462 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
492 while (HASH_KEY_NON_EXISTENT != (keytype = in generate_dispids()
497 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
585 int keytype; in php_com_wrapper_export_as_sink() local
597 while (HASH_KEY_NON_EXISTENT != (keytype = in php_com_wrapper_export_as_sink()
600 if (keytype == HASH_KEY_IS_LONG) { in php_com_wrapper_export_as_sink()
H A Dcom_variant.c36 int keytype; in safe_array_from_zval() local
46 keytype = zend_hash_get_current_key_ex(Z_ARRVAL_P(z), &strindex, &intindex, &pos); in safe_array_from_zval()
48 if (HASH_KEY_IS_STRING == keytype) { in safe_array_from_zval()
50 } else if (HASH_KEY_NON_EXISTENT == keytype) { in safe_array_from_zval()
/PHP-8.3/ext/curl/
H A Dinterface.c778 static int curl_ssh_hostkeyfunction(void *clientp, int keytype, const char *key, size_t keylen) in curl_ssh_hostkeyfunction() argument
786 …fprintf(stderr, "clientp = %x, keytype = %d, key = %s, keylen = %zu\n", clientp, keytype, key, key… in curl_ssh_hostkeyfunction()
796 ZVAL_LONG(&argv[1], keytype); in curl_ssh_hostkeyfunction()

Completed in 21 milliseconds