Home
last modified time | relevance | path

Searched refs:newsv (Results 1 – 25 of 151) sorted by relevance

1234567

/dports/converters/p5-Unicode-String/Unicode-String-2.10/
H A DString.xs40 SV* newsv;
46 newsv = self;
50 newsv = ST(1);
52 newsv = 0;
80 if (newsv) {
105 SV* newsv;
117 newsv = 0;
150 if (newsv) {
194 SV* newsv;
206 newsv = 0;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dtransaction.cc540 SAVEPOINT **sv, *newsv; in trans_savepoint() local
554 newsv= *sv; in trans_savepoint()
558 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
565 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
566 newsv->length= (uint)name.length; in trans_savepoint()
573 if (unlikely(ha_savepoint(thd, newsv))) in trans_savepoint()
576 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
577 thd->transaction.savepoints= newsv; in trans_savepoint()
588 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dtransaction.cc584 SAVEPOINT **sv, *newsv; in trans_savepoint() local
598 newsv= *sv; in trans_savepoint()
602 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction->mem_root, in trans_savepoint()
609 newsv->name= strmake_root(&thd->transaction->mem_root, name.str, name.length); in trans_savepoint()
610 newsv->length= (uint)name.length; in trans_savepoint()
617 if (unlikely(ha_savepoint(thd, newsv))) in trans_savepoint()
620 newsv->prev= thd->transaction->savepoints; in trans_savepoint()
621 thd->transaction->savepoints= newsv; in trans_savepoint()
632 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dtransaction.cc540 SAVEPOINT **sv, *newsv; in trans_savepoint() local
554 newsv= *sv; in trans_savepoint()
558 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
565 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
566 newsv->length= (uint)name.length; in trans_savepoint()
573 if (unlikely(ha_savepoint(thd, newsv))) in trans_savepoint()
576 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
577 thd->transaction.savepoints= newsv; in trans_savepoint()
588 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dtransaction.cc584 SAVEPOINT **sv, *newsv; in trans_savepoint() local
598 newsv= *sv; in trans_savepoint()
602 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction->mem_root, in trans_savepoint()
609 newsv->name= strmake_root(&thd->transaction->mem_root, name.str, name.length); in trans_savepoint()
610 newsv->length= (uint)name.length; in trans_savepoint()
617 if (unlikely(ha_savepoint(thd, newsv))) in trans_savepoint()
620 newsv->prev= thd->transaction->savepoints; in trans_savepoint()
621 thd->transaction->savepoints= newsv; in trans_savepoint()
632 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dtransaction.cc628 SAVEPOINT **sv, *newsv; in trans_savepoint() local
642 newsv= *sv; in trans_savepoint()
646 else if ((newsv= (SAVEPOINT *) thd->get_transaction()->allocate_memory( in trans_savepoint()
653 newsv->name= thd->get_transaction()->strmake(name.str, name.length); in trans_savepoint()
654 newsv->length= name.length; in trans_savepoint()
661 if (ha_savepoint(thd, newsv)) in trans_savepoint()
664 newsv->prev= thd->get_transaction()->m_savepoints; in trans_savepoint()
665 thd->get_transaction()->m_savepoints= newsv; in trans_savepoint()
676 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dtransaction.cc628 SAVEPOINT **sv, *newsv; in trans_savepoint() local
642 newsv= *sv; in trans_savepoint()
646 else if ((newsv= (SAVEPOINT *) thd->get_transaction()->allocate_memory( in trans_savepoint()
653 newsv->name= thd->get_transaction()->strmake(name.str, name.length); in trans_savepoint()
654 newsv->length= name.length; in trans_savepoint()
661 if (ha_savepoint(thd, newsv)) in trans_savepoint()
664 newsv->prev= thd->get_transaction()->m_savepoints; in trans_savepoint()
665 thd->get_transaction()->m_savepoints= newsv; in trans_savepoint()
676 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dtransaction.cc628 SAVEPOINT **sv, *newsv; in trans_savepoint() local
642 newsv= *sv; in trans_savepoint()
646 else if ((newsv= (SAVEPOINT *) thd->get_transaction()->allocate_memory( in trans_savepoint()
653 newsv->name= thd->get_transaction()->strmake(name.str, name.length); in trans_savepoint()
654 newsv->length= name.length; in trans_savepoint()
661 if (ha_savepoint(thd, newsv)) in trans_savepoint()
664 newsv->prev= thd->get_transaction()->m_savepoints; in trans_savepoint()
665 thd->get_transaction()->m_savepoints= newsv; in trans_savepoint()
676 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dtransaction.cc690 SAVEPOINT **sv, *newsv; in trans_savepoint() local
704 newsv = *sv; in trans_savepoint()
710 } else if ((newsv = (SAVEPOINT *)thd->get_transaction()->allocate_memory( in trans_savepoint()
716 newsv->name = thd->get_transaction()->strmake(name.str, name.length); in trans_savepoint()
717 newsv->length = name.length; in trans_savepoint()
724 if (ha_savepoint(thd, newsv)) return true; in trans_savepoint()
726 newsv->prev = thd->get_transaction()->m_savepoints; in trans_savepoint()
727 thd->get_transaction()->m_savepoints = newsv; in trans_savepoint()
738 newsv->mdl_savepoint = thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dtransaction.cc628 SAVEPOINT **sv, *newsv; in trans_savepoint() local
642 newsv= *sv; in trans_savepoint()
646 else if ((newsv= (SAVEPOINT *) thd->get_transaction()->allocate_memory( in trans_savepoint()
653 newsv->name= thd->get_transaction()->strmake(name.str, name.length); in trans_savepoint()
654 newsv->length= name.length; in trans_savepoint()
661 if (ha_savepoint(thd, newsv)) in trans_savepoint()
664 newsv->prev= thd->get_transaction()->m_savepoints; in trans_savepoint()
665 thd->get_transaction()->m_savepoints= newsv; in trans_savepoint()
676 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dtransaction.cc628 SAVEPOINT **sv, *newsv; in trans_savepoint() local
642 newsv= *sv; in trans_savepoint()
646 else if ((newsv= (SAVEPOINT *) thd->get_transaction()->allocate_memory( in trans_savepoint()
653 newsv->name= thd->get_transaction()->strmake(name.str, name.length); in trans_savepoint()
654 newsv->length= name.length; in trans_savepoint()
661 if (ha_savepoint(thd, newsv)) in trans_savepoint()
664 newsv->prev= thd->get_transaction()->m_savepoints; in trans_savepoint()
665 thd->get_transaction()->m_savepoints= newsv; in trans_savepoint()
676 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dtransaction.cc677 SAVEPOINT **sv, *newsv; in trans_savepoint() local
691 newsv= *sv; in trans_savepoint()
695 else if ((newsv= (SAVEPOINT *) thd->get_transaction()->allocate_memory( in trans_savepoint()
702 newsv->name= thd->get_transaction()->strmake(name.str, name.length); in trans_savepoint()
703 newsv->length= name.length; in trans_savepoint()
710 if (ha_savepoint(thd, newsv)) in trans_savepoint()
713 newsv->prev= thd->get_transaction()->m_savepoints; in trans_savepoint()
714 thd->get_transaction()->m_savepoints= newsv; in trans_savepoint()
725 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dtransaction.cc429 SAVEPOINT **sv, *newsv; in trans_savepoint() local
447 newsv= *sv; in trans_savepoint()
451 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
458 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
459 newsv->length= name.length; in trans_savepoint()
466 if (ha_savepoint(thd, newsv)) in trans_savepoint()
469 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
470 thd->transaction.savepoints= newsv; in trans_savepoint()
481 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dtransaction.cc538 SAVEPOINT **sv, *newsv; in trans_savepoint() local
556 newsv= *sv; in trans_savepoint()
560 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
567 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
568 newsv->length= name.length; in trans_savepoint()
575 if (ha_savepoint(thd, newsv)) in trans_savepoint()
578 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
579 thd->transaction.savepoints= newsv; in trans_savepoint()
590 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dtransaction.cc538 SAVEPOINT **sv, *newsv; in trans_savepoint() local
556 newsv= *sv; in trans_savepoint()
560 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
567 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
568 newsv->length= name.length; in trans_savepoint()
575 if (ha_savepoint(thd, newsv)) in trans_savepoint()
578 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
579 thd->transaction.savepoints= newsv; in trans_savepoint()
590 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dtransaction.cc538 SAVEPOINT **sv, *newsv; in trans_savepoint() local
556 newsv= *sv; in trans_savepoint()
560 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
567 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
568 newsv->length= name.length; in trans_savepoint()
575 if (ha_savepoint(thd, newsv)) in trans_savepoint()
578 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
579 thd->transaction.savepoints= newsv; in trans_savepoint()
590 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dtransaction.cc613 SAVEPOINT **sv, *newsv; in trans_savepoint() local
630 newsv= *sv; in trans_savepoint()
634 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
641 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
642 newsv->length= (uint)name.length; in trans_savepoint()
649 if (unlikely(ha_savepoint(thd, newsv))) in trans_savepoint()
652 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
653 thd->transaction.savepoints= newsv; in trans_savepoint()
664 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dtransaction.cc613 SAVEPOINT **sv, *newsv; in trans_savepoint() local
630 newsv= *sv; in trans_savepoint()
634 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
641 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
642 newsv->length= (uint)name.length; in trans_savepoint()
649 if (unlikely(ha_savepoint(thd, newsv))) in trans_savepoint()
652 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
653 thd->transaction.savepoints= newsv; in trans_savepoint()
664 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dtransaction.cc536 SAVEPOINT **sv, *newsv; in trans_savepoint() local
554 newsv= *sv; in trans_savepoint()
558 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
565 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
566 newsv->length= name.length; in trans_savepoint()
573 if (ha_savepoint(thd, newsv)) in trans_savepoint()
576 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
577 thd->transaction.savepoints= newsv; in trans_savepoint()
588 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dtransaction.cc583 SAVEPOINT **sv, *newsv; in trans_savepoint() local
601 newsv= *sv; in trans_savepoint()
605 else if ((newsv= (SAVEPOINT *) alloc_root(&thd->transaction.mem_root, in trans_savepoint()
612 newsv->name= strmake_root(&thd->transaction.mem_root, name.str, name.length); in trans_savepoint()
613 newsv->length= name.length; in trans_savepoint()
620 if (ha_savepoint(thd, newsv)) in trans_savepoint()
623 newsv->prev= thd->transaction.savepoints; in trans_savepoint()
624 thd->transaction.savepoints= newsv; in trans_savepoint()
635 newsv->mdl_savepoint= thd->mdl_context.mdl_savepoint(); in trans_savepoint()
/dports/devel/p5-Test-LeakTrace/Test-LeakTrace-0.17/
H A Dptr_table.h118 my_ptr_table_store(pTHX_ PTR_TBL_t * const tbl, const void * const oldsv, void * const newsv) in my_ptr_table_store() argument
123 tblent->newval = newsv; in my_ptr_table_store()
130 tblent->newval = newsv; in my_ptr_table_store()
/dports/x11-toolkits/p5-Tk/Tk-804.035/
H A DobjGlue.c164 SV *newsv = newSVpv("",0); in ForceScalar() local
165 Scalarize(aTHX_ newsv, (AV *) av); in ForceScalar()
167 av_store(av,0,newsv); in ForceScalar()
168 return newsv; in ForceScalar()
177 SV *newsv = newSVpv("",0); in ForceScalar() local
179 return sv_2mortal(newsv); in ForceScalar()
186 SV *newsv = newSVpv("",0); in ForceScalar() local
187 return sv_2mortal(newsv); in ForceScalar()
202 SV *newsv = newSVpv("",0); in ForceScalarLvalue() local
204 av_store(av,0,newsv); in ForceScalarLvalue()
[all …]
/dports/science/jstrack/jstrack/extlib/tcllib1.19/pt/rde_critcl/
H A Dparam.c109 #define SV_SET(p,newsv) \ argument
110 if (((p)->SV) != (newsv)) { \
115 (p)->SV = (newsv); \
1096 Tcl_Obj* newsv; in rde_param_i_value_leaf() local
1106 newsv = Tcl_NewListObj (3, ov); in rde_param_i_value_leaf()
1108 TRACE (("rde_param_i_value_leaf => '%s'",Tcl_GetString (newsv))); in rde_param_i_value_leaf()
1110 SV_SET (p, newsv); in rde_param_i_value_leaf()
1116 Tcl_Obj* newsv; in rde_param_i_value_reduce() local
1145 newsv = Tcl_NewListObj (3+new, ov); in rde_param_i_value_reduce()
1147 TRACE (("rde_param_i_value_reduce => '%s'",Tcl_GetString (newsv))); in rde_param_i_value_reduce()
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/pt/rde_critcl/
H A Dparam.c111 #define SV_SET(p,newsv) \ argument
112 if (((p)->SV) != (newsv)) { \
117 (p)->SV = (newsv); \
1100 Tcl_Obj* newsv; in rde_param_i_value_leaf() local
1110 newsv = Tcl_NewListObj (3, ov); in rde_param_i_value_leaf()
1112 TRACE (("rde_param_i_value_leaf => '%s'",Tcl_GetString (newsv))); in rde_param_i_value_leaf()
1114 SV_SET (p, newsv); in rde_param_i_value_leaf()
1120 Tcl_Obj* newsv; in rde_param_i_value_reduce() local
1149 newsv = Tcl_NewListObj (3+new, ov); in rde_param_i_value_reduce()
1151 TRACE (("rde_param_i_value_reduce => '%s'",Tcl_GetString (newsv))); in rde_param_i_value_reduce()
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/pt/rde_critcl/
H A Dparam.c111 #define SV_SET(p,newsv) \ argument
112 if (((p)->SV) != (newsv)) { \
117 (p)->SV = (newsv); \
1100 Tcl_Obj* newsv; in rde_param_i_value_leaf() local
1110 newsv = Tcl_NewListObj (3, ov); in rde_param_i_value_leaf()
1112 TRACE (("rde_param_i_value_leaf => '%s'",Tcl_GetString (newsv))); in rde_param_i_value_leaf()
1114 SV_SET (p, newsv); in rde_param_i_value_leaf()
1120 Tcl_Obj* newsv; in rde_param_i_value_reduce() local
1149 newsv = Tcl_NewListObj (3+new, ov); in rde_param_i_value_reduce()
1151 TRACE (("rde_param_i_value_reduce => '%s'",Tcl_GetString (newsv))); in rde_param_i_value_reduce()
[all …]

1234567