Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 6 of 6) sorted by relevance

/php-src/ext/pdo_pgsql/
H A Dpgsql_statement.c107 if (S->param_types) { in pgsql_stmt_dtor()
108 efree(S->param_types); in pgsql_stmt_dtor()
109 S->param_types = NULL; in pgsql_stmt_dtor()
193 S->param_types); in pgsql_stmt_execute()
242 S->param_types, in pgsql_stmt_execute()
340 S->param_types = ecalloc( in pgsql_stmt_param_hook()
377 S->param_types[param->paramno] = OIDOID; in pgsql_stmt_param_hook()
410 S->param_types[param->paramno] = 0; in pgsql_stmt_param_hook()
413 S->param_types[param->paramno] = 0; in pgsql_stmt_param_hook()
H A Dphp_pdo_pgsql_int.h68 Oid *param_types; member
/php-src/ext/opcache/jit/ir/
H A Dir.c725 proto.param_types[0] = t1;
736 proto.param_types[0] = t1;
737 proto.param_types[1] = t2;
748 proto.param_types[0] = t1;
749 proto.param_types[1] = t2;
750 proto.param_types[2] = t3;
762 proto.param_types[0] = t1;
763 proto.param_types[1] = t2;
764 proto.param_types[2] = t3;
765 proto.param_types[3] = t4;
[all …]
H A Dir.h685 uint8_t param_types[5]; member
696 …_proto(ir_ctx *ctx, uint8_t flags, ir_type ret_type, uint32_t params_counts, uint8_t *param_types);
829 … uint32_t flags, ir_type ret_type, uint32_t params_count, const uint8_t *param_types);
831 … uint32_t flags, ir_type ret_type, uint32_t params_count, const uint8_t *param_types);
874 …ame, uint32_t flags, ir_type ret_type, uint32_t params_count, const uint8_t *param_types, FILE *f);
879 …ame, uint32_t flags, ir_type ret_type, uint32_t params_count, const uint8_t *param_types, FILE *f);
H A Dir_save.c20 fprintf(f, "%s", ir_type_cname[proto->param_types[0]]); in ir_print_proto()
22 fprintf(f, ", %s", ir_type_cname[proto->param_types[j]]); in ir_print_proto()
H A Dir_x86.dasc1826 proto->param_types[0] == _type && \

Completed in 41 milliseconds