bound 172 ext/com_dotnet/com_iterator.c LONG bound; bound 188 ext/com_dotnet/com_iterator.c SafeArrayGetLBound(V_ARRAY(&I->safe_array), 1, &bound); bound 192 ext/com_dotnet/com_iterator.c if (php_com_safearray_get_elem(&I->safe_array, &I->v, bound)) { bound 193 ext/com_dotnet/com_iterator.c I->key = bound; bound 38 ext/com_dotnet/com_variant.c SAFEARRAYBOUND bound; bound 63 ext/com_dotnet/com_variant.c bound.lLbound = 0; bound 64 ext/com_dotnet/com_variant.c bound.cElements = zend_hash_num_elements(Z_ARRVAL_P(z)); bound 65 ext/com_dotnet/com_variant.c sa = SafeArrayCreate(VT_VARIANT, 1, &bound); bound 1700 ext/mbstring/oniguruma/regparse.c int low, high, bound, x; bound 1721 ext/mbstring/oniguruma/regparse.c for (low = 0, bound = n; low < bound; ) { bound 1722 ext/mbstring/oniguruma/regparse.c x = (low + bound) >> 1; bound 1726 ext/mbstring/oniguruma/regparse.c bound = x; bound 1729 ext/mbstring/oniguruma/regparse.c for (high = low, bound = n; high < bound; ) { bound 1730 ext/mbstring/oniguruma/regparse.c x = (high + bound) >> 1; bound 1734 ext/mbstring/oniguruma/regparse.c bound = x; bound 670 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 811 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 908 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 1094 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 1213 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 1629 ext/mysqlnd/mysqlnd_ps.c stmt->result_bind[i].bound = TRUE; bound 1683 ext/mysqlnd/mysqlnd_ps.c stmt->result_bind[param_no].bound = TRUE; bound 2041 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 2077 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[param_no].bound == TRUE) { bound 495 main/network.c goto bound; bound 512 main/network.c bound: bound 620 main/rfc1867.c char *bound; bound 628 main/rfc1867.c if ((bound = php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->boundary_next_len, 1))) { bound 629 main/rfc1867.c max = bound - self->buf_begin; bound 647 main/rfc1867.c if (bound && len > 0 && buf[len-1] == '\r') {