Home
last modified time | relevance | path

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

/PHP-7.2/ext/odbc/
H A Dbirdstep.c349 size_t query_len, indx; in PHP_FUNCTION() local
420 RETURN_LONG(indx); in PHP_FUNCTION()
468 SWORD indx = -1; in PHP_FUNCTION() local
481 indx = Z_LVAL_PP(col); in PHP_FUNCTION()
486 indx = i; in PHP_FUNCTION()
490 if ( indx < 0 ) { in PHP_FUNCTION()
495 if ( indx < 0 || indx >= res->numcols ) { in PHP_FUNCTION()
526 res->values[indx].value,4095,&res->values[indx].vallen); in PHP_FUNCTION()
668 SWORD indx; in PHP_FUNCTION() local
676 indx = col; in PHP_FUNCTION()
[all …]
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Drecmul.c77 int indx, sum, prodlen; in _bc_simp_mul() local
89 for (indx = 0; indx < prodlen-1; indx++) in _bc_simp_mul()
91 n1ptr = (char *) (n1end - MAX(0, indx-n2len+1)); in _bc_simp_mul()
92 n2ptr = (char *) (n2end - MIN(indx, n2len-1)); in _bc_simp_mul()

Completed in 6 milliseconds