Home
last modified time | relevance | path

Searched refs:totals (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/ext/soap/interop/
H A Dclient_round2_interop.php58 var $totals = array(); variable in Interop_Client
544 $this->totals = array();
554 $this->totals['servers']++;
597 $this->totals['fail']++;
606 $this->totals['fail']++;
613 $this->totals['calls']++;
687 $this->totals['success'] = 0;
688 $this->totals['fail'] = 0;
692 $this->totals['servers']++;
702 $this->totals['calls'] = count($methods) * $this->totals['servers'];
[all …]
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dmain.c873 static const short int totals[] = in sqliteDefaultBusyCallback() local
881 prior = totals[count-1]; in sqliteDefaultBusyCallback()
884 prior = totals[NDELAY-1] + delay*(count-NDELAY-1); in sqliteDefaultBusyCallback()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c108819 static const u8 totals[] =
108829 prior = totals[count];
108832 prior = totals[NDELAY-1] + delay*(count-(NDELAY-1));

Completed in 255 milliseconds