Home
last modified time | relevance | path

Searched defs:ctx (Results 51 – 72 of 72) sorted by relevance

123

/PHP-8.2/ext/soap/
H A Dphp_sdl.c227 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri) in sdl_set_uri_credentials()
309 void sdl_restore_uri_credentials(sdlCtx *ctx) in sdl_restore_uri_credentials()
321 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex()
449 static sdlSoapBindingFunctionHeaderPtr wsdl_soap_binding_header(sdlCtx* ctx, xmlNodePtr header, cha… in wsdl_soap_binding_header()
561 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body()
661 static HashTable* wsdl_message(sdlCtx *ctx, xmlChar* message_name) in wsdl_message()
730 sdlCtx ctx; in load_wsdl() local
/PHP-8.2/ext/hash/
H A Dhash_tiger.c244 PHP_TIGER_CTX *ctx = (PHP_TIGER_CTX *) hash->context; in php_tiger_unserialize() local
H A Dhash_snefru.c194 PHP_SNEFRU_CTX *ctx = (PHP_SNEFRU_CTX *) hash->context; in php_snefru_unserialize() local
H A Dhash_gost.c309 PHP_GOST_CTX *ctx = (PHP_GOST_CTX *) hash->context; in php_gost_unserialize() local
H A Dhash_md.c361 PHP_MD2_CTX *ctx = (PHP_MD2_CTX *) hash->context; in php_md2_unserialize() local
/PHP-8.2/Zend/Optimizer/
H A Dscdf.c82 void scdf_init(zend_optimizer_ctx *ctx, scdf_ctx *scdf, zend_op_array *op_array, zend_ssa *ssa) { in scdf_init()
H A Dcompact_literals.c154 void zend_optimizer_compact_literals(zend_op_array *op_array, zend_optimizer_ctx *ctx) in zend_optimizer_compact_literals()
/PHP-8.2/ext/openssl/
H A Dopenssl.c793 X509V3_CTX ctx; in php_openssl_config_check_syntax() local
3259 X509V3_CTX ctx; in PHP_FUNCTION() local
3689 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_id(type, NULL); in php_openssl_generate_private_key() local
4057 BN_CTX *ctx; in php_openssl_dh_pub_from_priv() local
4978 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(key, NULL); in php_openssl_pkey_derive() local
6496 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6545 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6595 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6644 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6832 EVP_CIPHER_CTX *ctx; in PHP_FUNCTION() local
[all …]
/PHP-8.2/ext/pdo_oci/
H A Doci_statement.c194 static sb4 oci_bind_input_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *a… in oci_bind_input_cb()
230 static sb4 oci_bind_output_cb(dvoid *ctx, OCIBind *bindp, ub4 iter, ub4 index, dvoid **bufpp, ub4 *… in oci_bind_output_cb()
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_auth.c723 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(server_public_key, NULL); in mysqlnd_sha256_public_encrypt() local
1029 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(server_public_key, NULL); in mysqlnd_caching_sha2_public_encrypt() local
/PHP-8.2/ext/standard/
H A Dcrypt_blowfish.c644 BF_ctx ctx; in BF_crypt() member
H A Dfile.c1537 …PAPI int php_copy_file_ctx(const char *src, const char *dest, int src_flg, php_stream_context *ctx) in php_copy_file_ctx()
/PHP-8.2/ext/ftp/
H A Dftp.c258 SSL_CTX *ctx = NULL; in ftp_login() local
1773 SSL_CTX *ctx; in data_accept() local
/PHP-8.2/ext/com_dotnet/
H A Dcom_com.c40 CLSCTX ctx = CLSCTX_SERVER; in PHP_METHOD() local
/PHP-8.2/ext/ldap/
H A Dldap.c1183 php_ldap_bictx *ctx; in _php_sasl_setdefs() local
1210 static void _php_sasl_freedefs(php_ldap_bictx *ctx) in _php_sasl_freedefs()
1227 php_ldap_bictx *ctx = defaults; in _php_sasl_interact() local
1267 php_ldap_bictx *ctx; in PHP_FUNCTION() local
/PHP-8.2/ext/oci8/
H A Doci8_statement.c421 sb4 php_oci_define_callback(dvoid *ctx, OCIDefine *define, ub4 iter, dvoid **bufpp, ub4 **alenpp, u… in php_oci_define_callback()
/PHP-8.2/sapi/litespeed/
H A Dlsapilib.c4149 void lsapi_MD5Init(struct lsapi_MD5Context *ctx) in lsapi_MD5Init()
4164 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
4213 void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *ctx) in lsapi_MD5Final()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c77 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
88 #define DASM_M_FREE(ctx, p, sz) efree(p) argument
/PHP-8.2/main/
H A Dphp_streams.h225 zend_resource *ctx; member
/PHP-8.2/ext/opcache/
H A DZendAccelerator.c2483 PHP_MD5_CTX ctx; in accel_gen_uname_id() local
/PHP-8.2/ext/sodium/
H A Dlibsodium.c2929 char *ctx; in PHP_FUNCTION() local
/PHP-8.2/Zend/
H A Dzend_compile.c10077 const_expr_context *ctx = (const_expr_context *) context; in zend_compile_const_expr() local

Completed in 162 milliseconds

123