Home
last modified time | relevance | path

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

/php-src/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-src/ext/com_dotnet/
H A Dcom_wrapper.c427 int keytype; in generate_dispids() local
440 while (HASH_KEY_NON_EXISTENT != (keytype = in generate_dispids()
444 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
474 while (HASH_KEY_NON_EXISTENT != (keytype = in generate_dispids()
479 if (keytype == HASH_KEY_IS_LONG) { in generate_dispids()
551 int keytype; in php_com_wrapper_export_as_sink() local
563 while (HASH_KEY_NON_EXISTENT != (keytype = in php_com_wrapper_export_as_sink()
566 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-src/ext/curl/
H A Dinterface.c772 static int curl_ssh_hostkeyfunction(void *clientp, int keytype, const char *key, size_t keylen) in curl_ssh_hostkeyfunction() argument
779 …fprintf(stderr, "clientp = %x, keytype = %d, key = %s, keylen = %zu\n", clientp, keytype, key, key… in curl_ssh_hostkeyfunction()
787 ZVAL_LONG(&args[1], keytype); in curl_ssh_hostkeyfunction()

Completed in 14 milliseconds