Home
last modified time | relevance | path

Searched defs:ctx (Results 101 – 113 of 113) sorted by relevance

12345

/php-src/ext/ftp/
H A Dftp.c256 SSL_CTX *ctx = NULL; in ftp_login() local
1796 SSL_CTX *ctx; in data_accept() local
/php-src/ext/opcache/jit/
H A Dzend_jit.c996 static void zend_jit_allocate_registers(zend_jit_ctx *ctx, const zend_op_array *op_array, zend_ssa … in zend_jit_allocate_registers()
1267 zend_jit_ctx ctx; in zend_jit() local
H A Dzend_jit_trace.c3973 zend_jit_ctx ctx; in zend_jit_trace() local
7207 zend_jit_ctx ctx; in zend_jit_trace_exit_to_vm() local
H A Dzend_jit_ir.c268 ir_ctx ctx; member
357 static const void *zend_jit_get_veneer(ir_ctx *ctx, const void *addr) in zend_jit_get_veneer()
382 static bool zend_jit_set_veneer(ir_ctx *ctx, const void *addr, const void *veneer) in zend_jit_set_veneer()
677 uint32_t zend_jit_duplicate_exit_point(ir_ctx *ctx, zend_jit_trace_info *t, uint32_t exit_point, ir… in zend_jit_duplicate_exit_point()
703 void *zend_jit_snapshot_handler(ir_ctx *ctx, ir_ref snapshot_ref, ir_insn *snapshot, void *addr) in zend_jit_snapshot_handler()
2733 static void *zend_jit_ir_compile(ir_ctx *ctx, size_t *size, const char *name) in zend_jit_ir_compile()
3128 static int zend_jit_unwind_cb(_Unwind_Context *ctx, void *a) in zend_jit_unwind_cb()
/php-src/ext/ldap/
H A Dldap.c1260 php_ldap_bictx *ctx; in _php_sasl_setdefs() local
1287 static void _php_sasl_freedefs(php_ldap_bictx *ctx) in _php_sasl_freedefs()
1304 php_ldap_bictx *ctx = defaults; in _php_sasl_interact() local
1344 php_ldap_bictx *ctx; in PHP_FUNCTION() local
/php-src/sapi/litespeed/
H A Dlsapilib.c4145 void lsapi_MD5Init(struct lsapi_MD5Context *ctx) in lsapi_MD5Init()
4160 void lsapi_MD5Update(struct lsapi_MD5Context *ctx, unsigned char const *buf, unsigned len) in lsapi_MD5Update()
4209 void lsapi_MD5Final(unsigned char digest[16], struct lsapi_MD5Context *ctx) in lsapi_MD5Final()
/php-src/ext/standard/
H A Dfile.c1533 …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-src/main/
H A Dphp_streams.h234 zend_resource *ctx; member
/php-src/ext/opcache/
H A DZendAccelerator.c2457 PHP_MD5_CTX ctx; in accel_gen_uname_id() local
/php-src/ext/sodium/
H A Dlibsodium.c3179 char *ctx; in PHP_FUNCTION() local
/php-src/Zend/
H A Dzend_vm_def.h5585 zend_ast_evaluate_ctx ctx = {0}; variable
H A Dzend_compile.c10497 const_expr_context *ctx = (const_expr_context *) context; in zend_compile_const_expr() local
H A Dzend_vm_execute.h3962 zend_ast_evaluate_ctx ctx = {0}; in ZEND_RECV_INIT_SPEC_CONST_HANDLER() local

Completed in 328 milliseconds

12345