Home
last modified time | relevance | path

Searched refs:batchsize (Results 1 – 4 of 4) sorted by relevance

/PHP-5.5/ext/mssql/
H A Dphp_mssql.h171 long textsize, textlimit, batchsize; variable
192 int batchsize; member
H A Dphp_mssql.c256 …STD_PHP_INI_ENTRY_EX("mssql.batchsize", "0", PHP_INI_ALL, OnUpdateLong, batchsize, zend_m…
1279 if (i<result->batchsize || result->batchsize==0) {
1328 int query_len, retvalue, batchsize, num_fields; local
1335 batchsize = MS_SQL_G(batchsize);
1347 batchsize = (int) zbatchsize;
1383 result->batchsize = batchsize;
2125 int batchsize; local
2128 batchsize = MS_SQL_G(batchsize);
2176 result->batchsize = batchsize;
/PHP-5.5/
H A Dphp.ini-development1628 ;mssql.batchsize = 0
H A Dphp.ini-production1628 ;mssql.batchsize = 0

Completed in 21 milliseconds