Searched defs:proto (Results 1 – 11 of 11) sorted by relevance
/php-src/ext/opcache/jit/ir/ |
H A D | ir_gcm.c | 1073 const char *proto = ir_get_strl(ctx, new_insn->proto, &len); in ir_schedule() local 1080 const char *proto = ir_get_strl(ctx, new_insn->proto, &len); in ir_schedule() local 1103 const char *proto = ir_get_strl(ctx, insn->proto, &len); in ir_schedule() local 1112 const char *proto = ir_get_strl(ctx, insn->proto, &len); in ir_schedule() local 1187 const char *proto = ir_get_strl(ctx, insn->op2, &len); in ir_schedule() local
|
H A D | ir_save.c | 16 const ir_proto_t *proto = (const ir_proto_t *)ir_get_str(ctx, func_proto); in ir_print_proto() local
|
H A D | ir_emit.c | 99 const ir_proto_t *proto = (const ir_proto_t *)ir_get_str(ctx, func->proto); in ir_is_fastcall() local 105 const ir_proto_t *proto = (const ir_proto_t *)ir_get_str(ctx, ctx->ir_base[insn->op2].op2); in ir_is_fastcall() local 122 const ir_proto_t *proto = ir_call_proto(ctx, insn); in ir_is_vararg() local
|
H A D | ir.c | 642 ir_ref ir_const_func_addr(ir_ctx *ctx, uintptr_t c, ir_ref proto) 653 ir_ref ir_const_func(ir_ctx *ctx, ir_ref str, ir_ref proto) 710 ir_proto_t proto; local 720 ir_proto_t proto; local 731 ir_proto_t proto; local 743 ir_proto_t proto; local 757 ir_proto_t proto; local 772 ir_proto_t proto; local 787 ir_proto_t *proto = alloca(offsetof(ir_proto_t, param_types) + params_count); local
|
/php-src/Zend/ |
H A D | zend_inheritance.c | 768 const zend_function *proto, zend_class_entry *proto_scope) /* {{{ */ in zend_do_perform_implementation_check() 1082 const zend_function *proto, zend_class_entry *proto_scope) in perform_delayable_implementation_check() 1111 zend_function *proto; in do_inheritance_check_on_method() local 3445 zend_class_entry *proto = NULL; in zend_do_link_class() local 3800 zend_class_entry *proto = NULL; in zend_try_early_bind() local
|
/php-src/ext/standard/ |
H A D | basic_functions.c | 2183 char *proto; local 2225 char *proto; local 2277 zend_long proto; local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 43 #define mysqlnd_plugin_get_plugin_protocol_data(proto, p_id) mysqlnd_plugin_area_getters.get_prot… argument
|
/php-src/main/streams/ |
H A D | xp_socket.c | 932 PHPAPI php_stream *php_stream_generic_socket_factory(const char *proto, size_t protolen, in php_stream_generic_socket_factory()
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 2765 php_stream *php_openssl_ssl_socket_factory(const char *proto, size_t protolen, in php_openssl_ssl_socket_factory()
|
/php-src/ext/opcache/ |
H A D | ZendAccelerator.c | 2322 …ss_entry* zend_accel_inheritance_cache_add(zend_class_entry *ce, zend_class_entry *proto, zend_cla… in zend_accel_inheritance_cache_add()
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 508 static ir_ref jit_CONST_FUNC_PROTO(zend_jit_ctx *jit, uintptr_t addr, ir_ref proto) in jit_CONST_FUNC_PROTO() 533 ir_ref proto = flags ? ir_proto_0(&jit->ctx, flags, IR_I32) : 0; in jit_CONST_FUNC() local
|
Completed in 105 milliseconds