/php-src/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 53 static inline void ps_fetch_over_read_error(const zend_uchar ** row) in ps_fetch_over_read_error() 60 const zend_uchar ** row, const zend_uchar *p, unsigned int length) in ps_fetch_is_packet_over_read_with_variable_length() 74 const zend_uchar ** row, unsigned int length) in ps_fetch_is_packet_over_read_with_static_length() 87 const zend_uchar ** row, unsigned int byte_count) in ps_fetch_from_1_to_8_bytes() 162 …(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_null() 171 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int8() 180 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int16() 189 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int32() 255 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_time() 305 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_date() [all …]
|
H A D | mysqlnd.h | 122 #define mysqlnd_data_seek(result, row) (result)->m.seek_data((result), (row)) argument 220 #define mysqlnd_stmt_data_seek(stmt, row) (stmt)->m->seek_data((stmt), (row)) argument
|
/php-src/ext/gd/libgd/ |
H A D | gd_bmp.c | 94 int i, row, xpos, pixel; in gdImageBmpCtx() local 292 static int compress_row(unsigned char *row, int length) in compress_row() 363 static int build_rle_packet(unsigned char *row, int packet_type, int length, unsigned char *data) in build_rle_packet() 674 int ypos = 0, xpos = 0, row = 0; in bmp_read_direct() local 789 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_1bit() local 859 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_4bit() local 946 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_8bit() local 1021 int ypos = 0, xpos = 0, row = 0, index = 0; in bmp_read_rle() local
|
H A D | wbmp.c | 154 int row, col, byte, pel, pos; in readwbmp() local 254 int row, col; in writewbmp() local 313 int row, col; in printwbmp() local
|
H A D | gd_wbmp.c | 147 int col, row, pos; in gdImageCreateFromWBMPCtx() local
|
H A D | gd_jpeg.c | 179 volatile JSAMPROW row = 0; in _gdImageJpegCtx() local 341 volatile JSAMPROW row = 0; in gdImageCreateFromJpegCtxEx() local
|
H A D | gd_topal.c | 321 int row; in prescan_quantize() local 1143 int row; in pass2_no_dither() local 1200 int row; in pass2_fs_dither() local
|
H A D | gdft.c | 640 int x, y, row, col, pc, pcr; local
|
H A D | gd_interpolation.c | 948 …c, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribT… in _gdScaleRow()
|
/php-src/ext/pgsql/ |
H A D | pgsql.stub.php | 619 …function pg_fetch_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|nu… 626 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {} 632 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false … 638 function pg_fetch_assoc(PgSql\Result $result, ?int $row = null): array|false {} 644 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal… 647 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array… 661 function pg_result_seek(PgSql\Result $result, int $row): bool {} 664 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} 670 function pg_fieldprtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} 673 function pg_field_is_null(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {} [all …]
|
H A D | php_pgsql.h | 157 int row; member
|
H A D | pgsql.c | 1878 zend_long row, field_offset = 0; in PHP_FUNCTION() local 1956 zend_long row; in php_pgsql_fetch_hash() local 2181 zend_long row; in PHP_FUNCTION() local 2210 zend_long row, field_offset = 0; in php_pgsql_data_info() local 6002 zval row; in php_pgsql_result2array() local
|
/php-src/ext/odbc/ |
H A D | odbc.stub.php | 355 function odbc_fetch_object($statement, ?int $row = null): stdClass|false {} 358 function odbc_fetch_array($statement, ?int $row = null): array|false {} 365 function odbc_fetch_into($statement, &$array, ?int $row = null): int|false {} 367 function odbc_fetch_row(Odbc\Result $statement, ?int $row = null): bool {}
|
/php-src/ext/pdo/ |
H A D | pdo_stmt.c | 212 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in get_lazy_object() local 2287 pdo_row_t *row = (pdo_row_t *)object; in row_prop_read() local 2324 pdo_row_t *row = (pdo_row_t *)object; in row_dim_read() local 2362 pdo_row_t *row = (pdo_row_t *)object; in row_prop_exists() local 2390 pdo_row_t *row = (pdo_row_t *)object; in row_dim_exists() local 2431 pdo_row_t *row = (pdo_row_t *)object; in row_get_properties_for() local 2473 pdo_row_t *row = (pdo_row_t *)std; in pdo_row_free_storage() local 2482 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in pdo_row_new() local
|
/php-src/ext/mysqli/ |
H A D | mysqli_warning.c | 66 zval row; in php_get_warnings() local
|
H A D | mysqli_nonapi.c | 426 zval row; local
|
/php-src/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 318 zend_long row; member
|
/php-src/ext/mbstring/ |
H A D | mbstring.c | 4722 zval row; in PHP_FUNCTION() local
|