Home
last modified time | relevance | path

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

/PHP-5.3/ext/mssql/
H A Dphp_mssql.h171 long textsize, textlimit, batchsize; variable
192 int batchsize; member
H A Dphp_mssql.c251 …STD_PHP_INI_ENTRY_EX("mssql.batchsize", "0", PHP_INI_ALL, OnUpdateLong, batchsize, zend_m…
1274 if (i<result->batchsize || result->batchsize==0) {
1323 int query_len, retvalue, batchsize, num_fields; local
1330 batchsize = MS_SQL_G(batchsize);
1342 batchsize = (int) zbatchsize;
1378 result->batchsize = batchsize;
2130 int batchsize; local
2133 batchsize = MS_SQL_G(batchsize);
2181 result->batchsize = batchsize;
/PHP-5.3/
H A Dphp.ini-development1701 ;mssql.batchsize = 0
H A Dphp.ini-production1701 ;mssql.batchsize = 0

Completed in 27 milliseconds