bound 174 ext/com_dotnet/com_iterator.c LONG bound; bound 190 ext/com_dotnet/com_iterator.c SafeArrayGetLBound(V_ARRAY(&I->safe_array), 1, &bound); bound 194 ext/com_dotnet/com_iterator.c if (php_com_safearray_get_elem(&I->safe_array, &I->v, bound TSRMLS_CC)) { bound 195 ext/com_dotnet/com_iterator.c I->key = bound; bound 38 ext/com_dotnet/com_variant.c SAFEARRAYBOUND bound; bound 65 ext/com_dotnet/com_variant.c bound.lLbound = 0; bound 66 ext/com_dotnet/com_variant.c bound.cElements = intindex + 1; bound 67 ext/com_dotnet/com_variant.c sa = SafeArrayCreate(VT_VARIANT, 1, &bound); bound 200 ext/ereg/regex/split.c register int bound; bound 202 ext/ereg/regex/split.c bound = (nf > nfp) ? nfp : nf; bound 204 ext/ereg/regex/split.c for (fn = 0; fn < bound; fn++) 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 648 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 793 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 891 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 1071 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 1182 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 1598 ext/mysqlnd/mysqlnd_ps.c stmt->result_bind[i].bound = TRUE; bound 1652 ext/mysqlnd/mysqlnd_ps.c stmt->result_bind[param_no].bound = TRUE; bound 2010 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[i].bound == TRUE) { bound 2063 ext/mysqlnd/mysqlnd_ps.c if (stmt->result_bind[param_no].bound == TRUE) { bound 481 main/network.c goto bound; bound 498 main/network.c bound: bound 615 main/rfc1867.c char *bound; bound 623 main/rfc1867.c if ((bound = php_ap_memstr(self->buf_begin, self->bytes_in_buffer, self->boundary_next, self->boundary_next_len, 1))) { bound 624 main/rfc1867.c max = bound - self->buf_begin; bound 642 main/rfc1867.c if (bound && len > 0 && buf[len-1] == '\r') {