indx               86 ext/bcmath/libbcmath/src/recmul.c   int indx, sum, prodlen;
indx               98 ext/bcmath/libbcmath/src/recmul.c   for (indx = 0; indx < prodlen-1; indx++)
indx              100 ext/bcmath/libbcmath/src/recmul.c       n1ptr = (char *) (n1end - MAX(0, indx-n2len+1));
indx              101 ext/bcmath/libbcmath/src/recmul.c       n2ptr = (char *) (n2end - MIN(indx, n2len-1));
indx              350 ext/odbc/birdstep.c 	size_t query_len, indx;
indx              420 ext/odbc/birdstep.c 	indx = birdstep_add_result(list,res,conn);
indx              421 ext/odbc/birdstep.c 	RETURN_LONG(indx);
indx              469 ext/odbc/birdstep.c 	SWORD indx = -1;
indx              482 ext/odbc/birdstep.c 		indx = Z_LVAL_PP(col);
indx              487 ext/odbc/birdstep.c 				indx = i;
indx              491 ext/odbc/birdstep.c 		if ( indx < 0 ) {
indx              496 ext/odbc/birdstep.c 		if ( indx < 0 || indx >= res->numcols ) {
indx              516 ext/odbc/birdstep.c 	switch ( res->values[indx].valtype ) {
indx              523 ext/odbc/birdstep.c 			if ( !res->values[indx].value ) {
indx              524 ext/odbc/birdstep.c 				res->values[indx].value = emalloc(4096);
indx              526 ext/odbc/birdstep.c 			stat = SQLGetData(res->hstmt,indx+1,sql_c_type,
indx              527 ext/odbc/birdstep.c 				res->values[indx].value,4095,&res->values[indx].vallen);
indx              539 ext/odbc/birdstep.c 			if ( res->values[indx].valtype == SQL_LONGVARCHAR ) {
indx              540 ext/odbc/birdstep.c 				RETURN_STRING(res->values[indx].value,TRUE);
indx              542 ext/odbc/birdstep.c 				RETURN_LONG((zend_long)res->values[indx].value);
indx              545 ext/odbc/birdstep.c 			if ( res->values[indx].value != NULL ) {
indx              546 ext/odbc/birdstep.c 				RETURN_STRING(res->values[indx].value,TRUE);
indx              669 ext/odbc/birdstep.c 	SWORD indx;
indx              677 ext/odbc/birdstep.c 	indx = col;
indx              678 ext/odbc/birdstep.c 	if ( indx < 0 || indx >= res->numcols ) {
indx              682 ext/odbc/birdstep.c 	RETURN_STRING(res->values[indx].name,TRUE);