Home
last modified time | relevance | path

Searched refs:indx (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/odbc/
H A Dbirdstep.c350 int query_len, indx; in PHP_FUNCTION() local
421 RETURN_LONG(indx); in PHP_FUNCTION()
469 SWORD indx = -1; in PHP_FUNCTION() local
482 indx = Z_LVAL_PP(col); in PHP_FUNCTION()
487 indx = i; in PHP_FUNCTION()
491 if ( indx < 0 ) { in PHP_FUNCTION()
496 if ( indx < 0 || indx >= res->numcols ) { in PHP_FUNCTION()
527 res->values[indx].value,4095,&res->values[indx].vallen); in PHP_FUNCTION()
669 SWORD indx; in PHP_FUNCTION() local
677 indx = col; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/bcmath/libbcmath/src/
H A Drecmul.c86 int indx, sum, prodlen; in _bc_simp_mul() local
98 for (indx = 0; indx < prodlen-1; indx++) in _bc_simp_mul()
100 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()
101 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()

Completed in 10 milliseconds