Home
last modified time | relevance | path

Searched defs:ctx (Results 76 – 100 of 113) sorted by path

12345

/php-src/ext/opcache/jit/ir/
H A Dir_emit.c31 #define DASM_M_GROW(ctx, t, p, sz, need) \ argument
42 #define DASM_M_FREE(ctx, p, sz) ir_mem_free(p) argument
91 bool ir_is_fastcall(const ir_ctx *ctx, const ir_insn *insn) in ir_is_fastcall()
114 bool ir_is_fastcall(const ir_ctx *ctx, const ir_insn *insn) in ir_is_fastcall()
120 bool ir_is_vararg(const ir_ctx *ctx, ir_insn *insn) in ir_is_vararg()
130 IR_ALWAYS_INLINE uint32_t ir_rule(const ir_ctx *ctx, ir_ref ref) in ir_rule()
136 IR_ALWAYS_INLINE bool ir_in_same_block(ir_ctx *ctx, ir_ref ref) in ir_in_same_block()
142 static ir_reg ir_get_param_reg(const ir_ctx *ctx, ir_ref ref) in ir_get_param_reg()
407 static int ir_const_label(ir_ctx *ctx, ir_ref ref) in ir_const_label()
961 int ir_match(ir_ctx *ctx) in ir_match()
[all …]
H A Dir_gcm.c20 static uint32_t ir_gcm_schedule_early(ir_ctx *ctx, ir_ref ref, ir_list *queue_late) in ir_gcm_schedule_early()
58 static uint32_t ir_gcm_find_lca(ir_ctx *ctx, uint32_t b1, uint32_t b2) in ir_gcm_find_lca()
77 static uint32_t ir_gcm_select_best_block(ir_ctx *ctx, ir_ref ref, uint32_t lca) in ir_gcm_select_best_block()
143 static void _push_predecessors(ir_ctx *ctx, ir_block *bb, ir_gcm_split_data *data) in _push_predecessors()
159 static bool _check_successors(ir_ctx *ctx, ir_block *bb, ir_gcm_split_data *data) in _check_successors()
181 static bool ir_split_partially_dead_node(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_split_partially_dead_node()
458 static void ir_gcm_schedule_late(ir_ctx *ctx, ir_ref ref, uint32_t b) in ir_gcm_schedule_late()
526 int ir_gcm(ir_ctx *ctx) in ir_gcm()
702 static void ir_xlat_binding(ir_ctx *ctx, ir_ref *_xlat) in ir_xlat_binding()
750 int ir_schedule(ir_ctx *ctx) in ir_schedule()
[all …]
H A Dir_gdb.c193 static uint32_t ir_gdbjit_strz(ir_gdbjit_ctx *ctx, const char *str) in ir_gdbjit_strz()
205 static void ir_gdbjit_uleb128(ir_gdbjit_ctx *ctx, uint32_t v) in ir_gdbjit_uleb128()
215 static void ir_gdbjit_sleb128(ir_gdbjit_ctx *ctx, int32_t v) in ir_gdbjit_sleb128()
224 static void ir_gdbjit_secthdr(ir_gdbjit_ctx *ctx) in ir_gdbjit_secthdr()
262 static void ir_gdbjit_symtab(ir_gdbjit_ctx *ctx) in ir_gdbjit_symtab()
358 static void ir_gdbjit_debuginfo(ir_gdbjit_ctx *ctx) in ir_gdbjit_debuginfo()
377 static void ir_gdbjit_debugabbrev(ir_gdbjit_ctx *ctx) in ir_gdbjit_debugabbrev()
402 static void ir_gdbjit_debugline(ir_gdbjit_ctx *ctx) in ir_gdbjit_debugline()
449 static void ir_gdbjit_initsect(ir_gdbjit_ctx *ctx, int sect) in ir_gdbjit_initsect()
455 static void ir_gdbjit_initsect_done(ir_gdbjit_ctx *ctx, int sect) in ir_gdbjit_initsect_done()
[all …]
H A Dir_php.h17 #define IR_SNAPSHOT_HANDLER(ctx, ref, insn, addr) \ argument
H A Dir_private.h894 IR_ALWAYS_INLINE bool ir_ref_is_true(ir_ctx *ctx, ir_ref ref) in ir_ref_is_true()
953 IR_ALWAYS_INLINE ir_ref ir_operands_count(const ir_ctx *ctx, const ir_insn *insn) in ir_operands_count()
965 IR_ALWAYS_INLINE ir_ref ir_input_edges_count(const ir_ctx *ctx, const ir_insn *insn) in ir_input_edges_count()
1017 IR_ALWAYS_INLINE ir_ref ir_binding_find(const ir_ctx *ctx, ir_ref ref) in ir_binding_find()
1115 IR_ALWAYS_INLINE uint32_t ir_phi_input_number(const ir_ctx *ctx, const ir_block *bb, uint32_t from) in ir_phi_input_number()
1326 IR_ALWAYS_INLINE void ir_set_alocated_reg(ir_ctx *ctx, ir_ref ref, int op_num, int8_t reg) in ir_set_alocated_reg()
1337 IR_ALWAYS_INLINE int8_t ir_get_alocated_reg(const ir_ctx *ctx, ir_ref ref, int op_num) in ir_get_alocated_reg()
H A Dir_ra.c41 static int ir_assign_virtual_registers_slow(ir_ctx *ctx) in ir_assign_virtual_registers_slow()
82 int ir_assign_virtual_registers(ir_ctx *ctx) in ir_assign_virtual_registers()
407 static void ir_hint_propagation(ir_ctx *ctx) in ir_hint_propagation()
581 int ir_compute_live_ranges(ir_ctx *ctx) in ir_compute_live_ranges()
1239 int ir_compute_live_ranges(ir_ctx *ctx) in ir_compute_live_ranges()
1856 int ir_coalesce(ir_ctx *ctx) in ir_coalesce()
2062 int ir_compute_dessa_moves(ir_ctx *ctx) in ir_compute_dessa_moves()
3455 static void ir_assign_bound_spill_slots(ir_ctx *ctx) in ir_assign_bound_spill_slots()
3480 static int ir_linear_scan(ir_ctx *ctx) in ir_linear_scan()
3867 static void assign_regs(ir_ctx *ctx) in assign_regs()
[all …]
H A Dir_save.c11 void ir_print_proto(const ir_ctx *ctx, ir_ref func_proto, FILE *f) in ir_print_proto()
41 static void ir_save_dessa_moves(const ir_ctx *ctx, int b, ir_block *bb, FILE *f) in ir_save_dessa_moves()
89 void ir_save(const ir_ctx *ctx, uint32_t save_flags, FILE *f) in ir_save()
H A Dir_sccp.c264 static bool ir_is_dead_load(ir_ctx *ctx, ir_ref ref) in ir_is_dead_load()
278 static bool ir_is_dead(ir_ctx *ctx, ir_ref ref) in ir_is_dead()
288 static ir_ref ir_find1(ir_ctx *ctx, uint32_t optx, ir_ref op1) in ir_find1()
307 static bool ir_sccp_is_true(ir_ctx *ctx, ir_insn *_values, ir_ref a) in ir_sccp_is_true()
324 static void ir_sccp_make_nop(ir_ctx *ctx, ir_ref ref) in ir_sccp_make_nop()
734 static bool ir_may_promote_d2f(ir_ctx *ctx, ir_ref ref) in ir_may_promote_d2f()
767 static bool ir_may_promote_f2d(ir_ctx *ctx, ir_ref ref) in ir_may_promote_f2d()
800 static ir_ref ir_promote_d2f(ir_ctx *ctx, ir_ref ref, ir_ref use) in ir_promote_d2f()
863 static ir_ref ir_promote_f2d(ir_ctx *ctx, ir_ref ref, ir_ref use) in ir_promote_f2d()
1382 static bool ir_is_zero(ir_ctx *ctx, ir_ref ref) in ir_is_zero()
[all …]
/php-src/ext/opcache/jit/
H A Dzend_jit.c997 static void zend_jit_allocate_registers(zend_jit_ctx *ctx, const zend_op_array *op_array, zend_ssa … in zend_jit_allocate_registers()
1268 zend_jit_ctx ctx; in zend_jit() 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()
3132 static int zend_jit_unwind_cb(_Unwind_Context *ctx, void *a) in zend_jit_unwind_cb()
H A Dzend_jit_trace.c4000 zend_jit_ctx ctx; in zend_jit_trace() local
7280 zend_jit_ctx ctx; in zend_jit_trace_exit_to_vm() local
/php-src/ext/openssl/
H A Dopenssl.c830 X509V3_CTX ctx; in php_openssl_config_check_syntax() local
3336 X509V3_CTX ctx; in PHP_FUNCTION() local
3768 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new_id(type, NULL); in php_openssl_generate_private_key() local
4136 BN_CTX *ctx; in php_openssl_dh_pub_from_priv() local
5217 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(key, NULL); in php_openssl_pkey_derive() local
6735 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6784 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6834 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
6883 EVP_PKEY_CTX *ctx = EVP_PKEY_CTX_new(pkey, NULL); in PHP_FUNCTION() local
7071 EVP_CIPHER_CTX *ctx; in PHP_FUNCTION() local
[all …]
H A Dxp_ssl.c167 SSL_CTX *ctx; member
194 SSL_CTX *ctx; member
322 static int verify_callback(int preverify_ok, X509_STORE_CTX *ctx) /* {{{ */ in verify_callback()
882 static zend_result php_openssl_enable_peer_verification(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in php_openssl_enable_peer_verification()
936 static void php_openssl_disable_peer_verification(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in php_openssl_disable_peer_verification()
942 static zend_result php_openssl_set_local_cert(SSL_CTX *ctx, php_stream *stream) /* {{{ */ in php_openssl_set_local_cert()
1246 static zend_result php_openssl_set_server_dh_param(php_stream * stream, SSL_CTX *ctx) /* {{{ */ in php_openssl_set_server_dh_param()
1307 static zend_result php_openssl_set_server_ecdh_curve(php_stream *stream, SSL_CTX *ctx) /* {{{ */ in php_openssl_set_server_ecdh_curve()
1418 SSL_CTX *ctx = SSL_CTX_new(SSLv23_server_method()); in php_openssl_create_sni_server_ctx() local
1450 SSL_CTX *ctx; in php_openssl_enable_server_sni() local
[all …]
/php-src/ext/soap/
H A Dphp_schema.c101 static void schema_load_file(sdlCtx *ctx, xmlAttrPtr ns, xmlChar *location, xmlAttrPtr tns, int imp… in schema_load_file()
166 int load_schema(sdlCtx *ctx, xmlNodePtr schema) in load_schema()
1737 …schema_attribute(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrType, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attribute()
1959 …_attributeGroup(sdlPtr sdl, xmlAttrPtr tns, xmlNodePtr attrGroup, sdlTypePtr cur_type, sdlCtx *ctx) in schema_attributeGroup()
2093 static void schema_attribute_fixup(sdlCtx *ctx, sdlAttributePtr attr) in schema_attribute_fixup()
2141 static void schema_attributegroup_fixup(sdlCtx *ctx, sdlAttributePtr attr, HashTable *ht) in schema_attributegroup_fixup()
2192 static void schema_content_model_fixup(sdlCtx *ctx, sdlContentModelPtr model) in schema_content_model_fixup()
2237 static void schema_type_fixup(sdlCtx *ctx, sdlTypePtr type) in schema_type_fixup()
2296 void schema_pass2(sdlCtx *ctx) in schema_pass2()
H A Dphp_sdl.c236 void sdl_set_uri_credentials(sdlCtx *ctx, char *uri) in sdl_set_uri_credentials()
316 void sdl_restore_uri_credentials(sdlCtx *ctx) in sdl_restore_uri_credentials()
328 static void load_wsdl_ex(zval *this_ptr, char *struri, sdlCtx *ctx, int include) in load_wsdl_ex()
456 static sdlSoapBindingFunctionHeaderPtr wsdl_soap_binding_header(sdlCtx* ctx, xmlNodePtr header, cha… in wsdl_soap_binding_header()
568 static void wsdl_soap_binding_body(sdlCtx* ctx, xmlNodePtr node, char* wsdl_soap_namespace, sdlSoap… in wsdl_soap_binding_body()
668 static HashTable* wsdl_message(sdlCtx *ctx, xmlChar* message_name) in wsdl_message()
737 sdlCtx ctx; in load_wsdl() local
H A Dphp_xml.c69 static void soap_ignorableWhitespace(void *ctx, const xmlChar *ch, int len) in soap_ignorableWhitespace()
73 static void soap_Comment(void *ctx, const xmlChar *value) in soap_Comment()
/php-src/ext/sockets/
H A Dconversions.c108 static int param_get_bool(void *ctx, const char *key, int def) in param_get_bool()
182 static void do_from_zval_err(ser_context *ctx, const char *fmt, ...) in do_from_zval_err()
191 static void do_to_zval_err(res_context *ctx, const char *fmt, ...) in do_to_zval_err()
217 void (*func)(zval *elem, unsigned i, void **args, ser_context *ctx), in from_array_iterate()
250 ser_context *ctx) in from_zval_write_aggregation()
282 res_context *ctx) in to_zval_read_aggregation()
496 void to_zval_read_int(const char *data, zval *zv, res_context *ctx) in to_zval_read_int()
709 ser_context *ctx) in from_zval_write_sockaddr_aux()
853 ser_context *ctx) in from_zval_write_control()
1484 ser_context ctx; in from_zval_run_conversions() local
[all …]
/php-src/ext/sodium/
H A Dlibsodium.c3179 char *ctx; in PHP_FUNCTION() local
/php-src/ext/standard/
H A Dbrowscap.c218 browscap_parser_ctx *ctx, zend_string *str, bool persistent) { in browscap_intern_str()
234 browscap_parser_ctx *ctx, zend_string *str, bool persistent) { in browscap_intern_str_ci()
308 browscap_parser_ctx *ctx = arg; in php_browscap_parser_cb() local
409 browscap_parser_ctx ctx = {0}; in browscap_read_file() local
H A Dcrypt_blowfish.c644 BF_ctx ctx; in BF_crypt() member
H A Dcrypt_sha256.c91 static void sha256_process_block (const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_block()
189 static void sha256_init_ctx(struct sha256_ctx *ctx) { in sha256_init_ctx()
209 static void * sha256_finish_ctx(struct sha256_ctx *ctx, void *resbuf) { in sha256_finish_ctx()
241 static void sha256_process_bytes(const void *buffer, size_t len, struct sha256_ctx *ctx) { in sha256_process_bytes()
329 struct sha256_ctx ctx; in php_sha256_crypt_r() local
694 struct sha256_ctx ctx; in main() local
H A Dcrypt_sha512.c121 sha512_process_block(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_block()
220 static void sha512_init_ctx (struct sha512_ctx *ctx) { in sha512_init_ctx()
240 static void * sha512_finish_ctx (struct sha512_ctx *ctx, void *resbuf) { in sha512_finish_ctx()
272 sha512_process_bytes(const void *buffer, size_t len, struct sha512_ctx *ctx) { in sha512_process_bytes()
366 struct sha512_ctx ctx; in php_sha512_crypt_r() local
763 struct sha512_ctx ctx; in main() local
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()
H A Dmd5.c186 static const void *body(PHP_MD5_CTX *ctx, const void *data, size_t size) in body()
293 PHPAPI void PHP_MD5InitArgs(PHP_MD5_CTX *ctx, ZEND_ATTRIBUTE_UNUSED HashTable *args) in PHP_MD5InitArgs()
304 PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size) in PHP_MD5Update()
339 PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx) in PHP_MD5Final()
H A Dmd5.h45 #define PHP_MD5Init(ctx) PHP_MD5InitArgs(ctx, NULL) argument

Completed in 196 milliseconds

12345