Searched refs:bound (Results 1 - 8 of 8) sorted by relevance
| /PHP_5_4/ext/ereg/regex/ |
| H A D | split.c | 200 register int bound; local 202 bound = (nf > nfp) ? nfp : nf; 204 for (fn = 0; fn < bound; fn++)
|
| /PHP_5_4/ext/mbstring/oniguruma/ |
| H A D | regparse.c | 1667 int low, high, bound, x; local 1688 for (low = 0, bound = n; low < bound; ) { 1689 x = (low + bound) >> 1; 1693 bound = x; 1696 for (high = low, bound = n; high < bound; ) { 1697 x = (high + bound) >> 1; 1701 bound = x;
|
| /PHP_5_4/ext/com_dotnet/ |
| H A D | com_iterator.c | 175 LONG bound; local 191 SafeArrayGetLBound(V_ARRAY(&I->safe_array), 1, &bound); 195 if (php_com_safearray_get_elem(&I->safe_array, &I->v, bound TSRMLS_CC)) { 196 I->key = bound;
|
| H A D | com_variant.c | 38 SAFEARRAYBOUND bound; local 65 bound.lLbound = 0; 66 bound.cElements = intindex + 1; 67 sa = SafeArrayCreate(VT_VARIANT, 1, &bound);
|
| /PHP_5_4/ext/pdo/ |
| H A D | pdo_sql_parser.c | 509 /* Do we have placeholders but no bound params */ 511 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "no parameters were bound" TSRMLS_CC); 517 /* extra bit of validation for instances when same params are bound more then once */ 530 pdo_raise_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of tokens" TSRMLS_CC); 673 /* check if bound parameter is already available */
|
| /PHP_5_4/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 981 zend_bool bound; member in struct:st_mysqlnd_result_bind
|
| H A D | mysqlnd_ps.c | 612 The bound variables point to them only if the user has started 624 if (stmt->result_bind[i].bound == TRUE) { 769 if (stmt->result_bind[i].bound == TRUE) { 864 if (stmt->result_bind[i].bound == TRUE) { 896 the bound variables. Thus we need to do part of what it does or Zend will 1049 if (stmt->result_bind[i].bound == TRUE) { 1081 the bound variables. Thus we need to do part of what it does or Zend will 1145 /* Execute only once. We have to free the previous contents of user's bound vars */ 1156 The user might have not bound any variables for result. 1166 if (stmt->result_bind[i].bound [all...] |
| /PHP_5_4/main/ |
| H A D | network.c | 412 * Returns the bound socket, or -1 on failure. 473 goto bound; 490 bound:
|
Completed in 56 milliseconds