Home
last modified time | relevance | path

Searched refs:_d (Results 151 – 175 of 8865) sorted by relevance

12345678910>>...355

/dports/databases/percona-toolkit/percona-toolkit-3.3.0/bin/
H A Dpt-find76 sub _d {
272 PTDEBUG && _d($dsn);
521 sub _d {
1622 sub _d {
1783 sub _d {
2006 PTDEBUG && _d($sql);
2044 PTDEBUG && _d($sql);
2215 sub _d {
2417 sub _d {
3694 sub _d {
[all …]
H A Dpt-slave-restart82 sub _d {
233 sub _d {
1334 sub _d {
2186 sub _d {
2383 PTDEBUG && _d($dsn);
2632 sub _d {
3072 PTDEBUG && _d(
3447 sub _d {
3649 sub _d {
4926 sub _d {
[all …]
H A Dpt-deadlock-logger83 sub _d {
1184 sub _d {
2036 sub _d {
2188 sub _d {
2384 PTDEBUG && _d($dsn);
2633 sub _d {
2897 sub _d {
3099 sub _d {
4376 sub _d {
4509 sub _d {
[all …]
H A Dpt-fingerprint212 PTDEBUG && _d($para);
506 _d($EVAL_ERROR);
1109 sub _d {
1359 PTDEBUG && _d($word, $sqno);
1522 sub _d {
1716 PTDEBUG && _d($query);
1726 PTDEBUG && _d($query);
1877 PTDEBUG && _d('Args:', @_);
1879 PTDEBUG && _d('Cols:', @cols);
1882 PTDEBUG && _d('Vals:', @vals);
[all …]
H A Dpt-online-schema-change97 sub _d {
1246 sub _d {
2097 sub _d {
2543 sub _d {
2797 sub _d {
2950 sub _d {
3216 sub _d {
3648 sub _d {
3795 sub _d {
3875 sub _d {
[all …]
H A Dpt-slave-find1117 sub _d {
1972 PTDEBUG && _d($dsn);
2221 sub _d {
2398 PTDEBUG && _d($sql);
2661 PTDEBUG && _d(
3024 PTDEBUG && _d($sql);
3036 sub _d {
3238 sub _d {
3431 sub _d {
3785 sub _d {
[all …]
/dports/textproc/p5-xmltv/xmltv-0.5.70/lib/
H A DAugment.pm247 _d(4,self());
449 _d(3,self());
493 _d(3,self());
550 _d(3,self());
595 _d(3,self());
667 _d(3,self());
743 _d(3,self());
770 _d(3,self());
798 _d(3,self());
1244 _d(3,self());
[all …]
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/lib/
H A DSchema.pm148 PTDEBUG && _d('Column', $col_name, 'has db', $db, 'tbl', $tbl,
160 PTDEBUG && _d('No column specified or parsed');
163 PTDEBUG && _d('Finding column', $col, 'in', $db, $tbl);
166 PTDEBUG && _d('Database', $db, 'does not exist');
213 PTDEBUG && _d('Table', $tbl_name, 'has db', $db, 'tbl', $tbl);
223 PTDEBUG && _d('No table specified or parsed');
226 PTDEBUG && _d('Finding table', $tbl, 'in', $db);
229 PTDEBUG && _d('Database', $db, 'does not exist');
243 PTDEBUG && _d('Ignoring', $search_db);
248 PTDEBUG && _d('Table', $tbl, 'exists in', $search_db);
[all …]
H A DTableChunker.pm175 _d('Chunkable columns:',
545 PTDEBUG && _d($dbh, $sql);
655 PTDEBUG && _d($dbh, $sql);
915 PTDEBUG && _d($sql);
965 PTDEBUG && _d('Parameters:',
1066 PTDEBUG && _d($sql);
1073 PTDEBUG && _d($sql);
1081 PTDEBUG && _d($sql);
1088 PTDEBUG && _d($sql);
1103 PTDEBUG && _d($sql);
[all …]
H A DDSNParser.pm67 PTDEBUG && _d('DSN option:',
125 PTDEBUG && _d('Parsing', $dsn);
250 PTDEBUG && _d($dsn);
338 PTDEBUG && _d($dbh, $sql);
362 PTDEBUG && _d($dbh, $sql);
374 PTDEBUG && _d($dbh, $sql);
397 PTDEBUG && _d($msg);
405 PTDEBUG && _d('DBH info: ',
486 PTDEBUG && _d($e);
502 PTDEBUG && _d($dbh, $sql);
[all …]
/dports/devel/util-linux/util-linux-2.36/include/
H A Dcarefulputc.h129 #define fputs_quoted(_d, _o) fputs_quoted_case(_d, _o, 0) argument
130 #define fputs_quoted_upper(_d, _o) fputs_quoted_case(_d, _o, 1) argument
131 #define fputs_quoted_lower(_d, _o) fputs_quoted_case(_d, _o, -1) argument
133 #define fputs_quoted_json(_d, _o) fputs_quoted_case_json(_d, _o, 0) argument
134 #define fputs_quoted_json_upper(_d, _o) fputs_quoted_case_json(_d, _o, 1) argument
135 #define fputs_quoted_json_lower(_d, _o) fputs_quoted_case_json(_d, _o, -1) argument
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/include/hw/
H A Dqdev-properties.h155 #define DEFINE_PROP_UINT8(_n, _s, _f, _d) \ argument
161 #define DEFINE_PROP_INT32(_n, _s, _f, _d) \ argument
162 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_int32, int32_t)
165 #define DEFINE_PROP_INT64(_n, _s, _f, _d) \ argument
166 DEFINE_PROP_SIGNED(_n, _s, _f, _d, qdev_prop_int64, int64_t)
167 #define DEFINE_PROP_SIZE(_n, _s, _f, _d) \ argument
201 #define DEFINE_PROP_ON_OFF_AUTO(_n, _s, _f, _d) \ argument
203 #define DEFINE_PROP_LOSTTICKPOLICY(_n, _s, _f, _d) \ argument
206 #define DEFINE_PROP_BLOCKDEV_ON_ERROR(_n, _s, _f, _d) \ argument
209 #define DEFINE_PROP_BIOS_CHS_TRANS(_n, _s, _f, _d) \ argument
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/collections/
H A DCList.php40 private $_d=array(); variable in CList
87 return new CListIterator($this->_d);
117 if(isset($this->_d[$index]))
118 return $this->_d[$index];
120 return $this->_d[$index];
150 $this->_d[$this->_c++]=$item;
197 return array_pop($this->_d);
200 $item=$this->_d[$index];
248 return $this->_d;
264 $data=$data->_d;
[all …]
/dports/games/kodi-addon-game.libretro.pcsx-rearmed/game.libretro.pcsx-rearmed-22.0.0.19-Matrix/depends/common/pcsx-rearmed/deps/lightning/check/
H A Dcall.tst64 def_wf(_d)
74 def_fi(_d, _c)
75 def_fi(_d, _uc)
76 def_fi(_d, _s)
77 def_fi(_d, _us)
78 def_fi(_d, _i)
80 def_fi(_d, _ui)
81 def_fi(_d, _l)
84 def_f(_d)
85 def_ff(_f, _d)
[all …]
H A Dfop_abs.tst16 ABS(0, _d, -0.0, 0.0)
17 ABS(1, _d, 0.5, 0.5)
18 ABS(2, _d, -0.5, 0.5)
19 ABS(3, _d, $Inf, $Inf)
20 ABS(4, _d, $nInf, $Inf)
21 ABS(5, _d, 1.25, 1.25)
22 ABS(6, _d, -1.25, 1.25)
23 ABS(7, _d, $nInf, $Inf)
24 UABS(0, _d, $NaN, $NaN)
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/deps/lightning/check/
H A Dcall.tst64 def_wf(_d)
74 def_fi(_d, _c)
75 def_fi(_d, _uc)
76 def_fi(_d, _s)
77 def_fi(_d, _us)
78 def_fi(_d, _i)
80 def_fi(_d, _ui)
81 def_fi(_d, _l)
84 def_f(_d)
85 def_ff(_f, _d)
[all …]
H A Dfop_abs.tst16 ABS(0, _d, -0.0, 0.0)
17 ABS(1, _d, 0.5, 0.5)
18 ABS(2, _d, -0.5, 0.5)
19 ABS(3, _d, $Inf, $Inf)
20 ABS(4, _d, $nInf, $Inf)
21 ABS(5, _d, 1.25, 1.25)
22 ABS(6, _d, -1.25, 1.25)
23 ABS(7, _d, $nInf, $Inf)
24 UABS(0, _d, $NaN, $NaN)
/dports/devel/lightning/lightning-2.1.3/check/
H A Dcall.tst64 def_wf(_d)
74 def_fi(_d, _c)
75 def_fi(_d, _uc)
76 def_fi(_d, _s)
77 def_fi(_d, _us)
78 def_fi(_d, _i)
80 def_fi(_d, _ui)
81 def_fi(_d, _l)
84 def_f(_d)
85 def_ff(_f, _d)
[all …]
H A Dfop_abs.tst16 ABS(0, _d, -0.0, 0.0)
17 ABS(1, _d, 0.5, 0.5)
18 ABS(2, _d, -0.5, 0.5)
19 ABS(3, _d, $Inf, $Inf)
20 ABS(4, _d, $nInf, $Inf)
21 ABS(5, _d, 1.25, 1.25)
22 ABS(6, _d, -1.25, 1.25)
23 ABS(7, _d, $nInf, $Inf)
24 UABS(0, _d, $NaN, $NaN)
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/deps/lightning/check/
H A Dcall.tst64 def_wf(_d)
74 def_fi(_d, _c)
75 def_fi(_d, _uc)
76 def_fi(_d, _s)
77 def_fi(_d, _us)
78 def_fi(_d, _i)
80 def_fi(_d, _ui)
81 def_fi(_d, _l)
84 def_f(_d)
85 def_ff(_f, _d)
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/mupen64plus-rsp-paraLLEl/lightning/check/
H A Dcall.tst64 def_wf(_d)
74 def_fi(_d, _c)
75 def_fi(_d, _uc)
76 def_fi(_d, _s)
77 def_fi(_d, _us)
78 def_fi(_d, _i)
80 def_fi(_d, _ui)
81 def_fi(_d, _l)
84 def_f(_d)
85 def_ff(_f, _d)
[all …]
/dports/games/libretro-pcsx_rearmed/pcsx_rearmed-c2d67cd/deps/lightning/check/
H A Dcall.tst64 def_wf(_d)
74 def_fi(_d, _c)
75 def_fi(_d, _uc)
76 def_fi(_d, _s)
77 def_fi(_d, _us)
78 def_fi(_d, _i)
80 def_fi(_d, _ui)
81 def_fi(_d, _l)
84 def_f(_d)
85 def_ff(_f, _d)
[all …]
H A Dfop_abs.tst16 ABS(0, _d, -0.0, 0.0)
17 ABS(1, _d, 0.5, 0.5)
18 ABS(2, _d, -0.5, 0.5)
19 ABS(3, _d, $Inf, $Inf)
20 ABS(4, _d, $nInf, $Inf)
21 ABS(5, _d, 1.25, 1.25)
22 ABS(6, _d, -1.25, 1.25)
23 ABS(7, _d, $nInf, $Inf)
24 UABS(0, _d, $NaN, $NaN)
/dports/net/kamailio/kamailio-5.4.5/src/modules/db_oracle/
H A Dres.c95 memset(_d->defh, 0, sizeof(_d->defh[0]) * n); in get_columns()
230 _d->ilen[i] = (ub2)len; in get_columns()
231 _d->pv[i].v = st_buf + tsz; in get_columns()
234 _d->pv[i].v, len, dtype, &_d->ind[i], in get_columns()
278 if (_d->ind[i] == -1) { in convert_row()
291 if (_d->ind[i]) in convert_row()
297 VAL_INT(v) = *_d->pv[i].i; in convert_row()
305 VAL_BITMAP(v) = *_d->pv[i].i; in convert_row()
332 size_t len = _d->len[i]; in convert_row()
369 memcpy(_d->len, _d->ilen, sizeof(_d->len[0]) * n); in get_rows()
[all …]
/dports/finance/kraft/kraft-0.97/src/
H A Daddressprovider.cpp30 _d( new AddressProviderPrivate(parent) ) in AddressProvider()
34 connect(_d, SIGNAL(lookupError( QString, QString)), this, in AddressProvider()
41 return _d->backendUp(); in backendUp()
46 return _d->backendName(); in backendName()
81 if( !_d->backendUp() ) { in errorMsg()
103 if( !_d->backendUp() ) { in lookupAddressee()
113 if( _d->isSearchOngoing(uid) ) { in lookupAddressee()
116 if( _d->lookupAddressee(uid) ) { in lookupAddressee()
126 return _d->getAddressee(indx); in getAddressee()
131 return _d->getAddressee(row, parent); in getAddressee()
[all …]

12345678910>>...355