buffered 387 ext/pdo_mysql/mysql_driver.c ((pdo_mysql_db_handle *)dbh->driver_data)->buffered = bval; buffered 458 ext/pdo_mysql/mysql_driver.c ZVAL_LONG(return_value, H->buffered); buffered 596 ext/pdo_mysql/mysql_driver.c H->buffered = H->emulate_prepare = 1; buffered 608 ext/pdo_mysql/mysql_driver.c H->buffered = pdo_attr_lval(driver_options, PDO_MYSQL_ATTR_USE_BUFFERED_QUERY, 1); buffered 139 ext/pdo_mysql/mysql_statement.c if (!H->buffered) { buffered 188 ext/pdo_mysql/mysql_statement.c int calc_max_length = H->buffered && S->max_length == 1; buffered 260 ext/pdo_mysql/mysql_statement.c if (H->buffered) { buffered 302 ext/pdo_mysql/mysql_statement.c if (H->buffered) { buffered 390 ext/pdo_mysql/mysql_statement.c if (H->buffered) { buffered 108 ext/pdo_mysql/php_pdo_mysql_int.h unsigned buffered:1; buffered 742 sapi/phpdbg/phpdbg_cmd.c PHPDBG_API char *phpdbg_read_input(char *buffered) /* {{{ */ buffered 749 sapi/phpdbg/phpdbg_cmd.c if ((PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && (buffered == NULL) && !phpdbg_active_sigsafe_mem()) { buffered 753 sapi/phpdbg/phpdbg_cmd.c if (buffered == NULL) { buffered 777 sapi/phpdbg/phpdbg_cmd.c cmd = buffered; buffered 783 sapi/phpdbg/phpdbg_cmd.c if (!buffered && cmd && !(PHPDBG_G(flags) & PHPDBG_IS_REMOTE) && isatty(PHPDBG_G(io)[PHPDBG_STDIN].fd)) { buffered 132 sapi/phpdbg/phpdbg_cmd.h PHPDBG_API char* phpdbg_read_input(char *buffered); buffered 137 sapi/phpdbg/phpdbg_prompt.c char *buffered = NULL; buffered 151 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s::%s", next->method.class, next->method.name); buffered 152 sapi/phpdbg/phpdbg_prompt.c add_next_index_string(¶ms, buffered); buffered 156 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s::%s#%ld", next->method.class, next->method.name, next->num); buffered 157 sapi/phpdbg/phpdbg_prompt.c add_next_index_string(¶ms, buffered); buffered 161 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s#%ld", next->str, next->num); buffered 162 sapi/phpdbg/phpdbg_prompt.c add_next_index_string(¶ms, buffered); buffered 166 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s:%ld", next->file.name, next->file.line); buffered 167 sapi/phpdbg/phpdbg_prompt.c add_next_index_string(¶ms, buffered); buffered 171 sapi/phpdbg/phpdbg_prompt.c spprintf(&buffered, 0, "%s:#%ld", next->file.name, next->file.line); buffered 172 sapi/phpdbg/phpdbg_prompt.c add_next_index_string(¶ms, buffered);