/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_ps_codec.c | 56 const zend_uchar ** row, unsigned int byte_count) in ps_fetch_from_1_to_8_bytes() 129 …(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_null() 138 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int8() 147 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int16() 156 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int32() 165 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int64() 174 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_float() 197 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_double() 212 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_time() 269 …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_result.c | 92 unsigned int row, field; in MYSQLND_METHOD() local 207 int64_t row; in MYSQLND_METHOD() local 650 MYSQLND_ROW_C *row = (MYSQLND_ROW_C *) param; in MYSQLND_METHOD() local 782 zval *row = (zval *) param; in MYSQLND_METHOD() local 968 MYSQLND_ROW_C * row = (MYSQLND_ROW_C *) param; in MYSQLND_METHOD() local 1061 zval * row = (zval *) param; in MYSQLND_METHOD() local 1148 zval * row = (zval *) param; in MYSQLND_METHOD() local 1802 zval row; in MYSQLND_METHOD() local 1838 zval row; in MYSQLND_METHOD() local
|
H A D | mysqlnd.h | 123 #define mysqlnd_data_seek(result, row) (result)->m.seek_data((result), (row)) argument 224 #define mysqlnd_stmt_data_seek(stmt, row) (stmt)->m->seek_data((stmt), (row)) argument
|
/PHP-8.0/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 | 153 int row, col, byte, pel, pos; in readwbmp() local 253 int row, col; in writewbmp() local 312 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 | 630 int x, y, row, col, pc, pcr; local
|
H A D | gd_interpolation.c | 933 …c, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribT… in _gdScaleRow()
|
/PHP-8.0/ext/pgsql/ |
H A D | pgsql.stub.php | 167 function pg_fetch_result($result, $row, string|int $field = UNKNOWN): string|false|null {} 175 function pg_result($result, $row, string|int $field = UNKNOWN): string|false|null {} 180 function pg_fetch_row($result, ?int $row = null, int $mode = PGSQL_NUM): array|false {} 185 function pg_fetch_assoc($result, ?int $row = null): array|false {} 190 function pg_fetch_array($result, ?int $row = null, int $mode = PGSQL_BOTH): array|false {} 193 function pg_fetch_object($result, ?int $row = null, string $class = "stdClass", array $constructor_… 202 function pg_result_seek($result, int $row): bool {} 208 function pg_field_prtlen($result, $row, string|int $field = UNKNOWN): int|false {} 216 function pg_fieldprtlen($result, $row, string|int $field = UNKNOWN): int|false {} 222 function pg_field_is_null($result, $row, string|int $field = UNKNOWN): int|false {} [all …]
|
H A D | php_pgsql.h | 257 int row; member
|
H A D | pgsql.c | 1767 zend_long row, field_offset; in PHP_FUNCTION() local 1833 zend_long row; in php_pgsql_fetch_hash() local 2077 zend_long row; in PHP_FUNCTION() local 2106 zend_long row, field_offset; in php_pgsql_data_info() local 5798 zval row; in php_pgsql_result2array() local
|
/PHP-8.0/ext/odbc/ |
H A D | odbc.stub.php | 45 function odbc_fetch_object($statement, int $row = -1): stdClass|false {} 48 function odbc_fetch_array($statement, int $row = -1): array|false {} 55 function odbc_fetch_into($statement, &$array, int $row = 0): int|false {} 58 function odbc_fetch_row($statement, ?int $row = null): bool {}
|
/PHP-8.0/ext/mysqli/ |
H A D | mysqli_warning.c | 75 MYSQL_ROW row; in php_get_warnings() local 122 zval row; in php_get_warnings() local
|
H A D | mysqli.c | 1070 MYSQL_ROW row; in php_mysqli_fetch_into_hash_aux() local
|
/PHP-8.0/ext/pdo/ |
H A D | pdo_stmt.c | 217 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in get_lazy_object() local 2336 pdo_row_t *row = (pdo_row_t *)object; in row_prop_read() local 2369 pdo_row_t *row = (pdo_row_t *)object; in row_dim_read() local 2422 pdo_row_t *row = (pdo_row_t *)object; in row_prop_exists() local 2454 pdo_row_t *row = (pdo_row_t *)object; in row_dim_exists() local 2504 pdo_row_t *row = (pdo_row_t *)object; in row_get_properties_for() local 2563 pdo_row_t *row = (pdo_row_t *)std; in pdo_row_free_storage() local 2572 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in pdo_row_new() local
|
/PHP-8.0/ext/pdo_sqlite/ |
H A D | sqlite_driver.c | 318 zend_long row; member
|
/PHP-8.0/ext/oci8/ |
H A D | oci8_interface.c | 1310 zval row; in PHP_FUNCTION() local
|
/PHP-8.0/ext/mbstring/ |
H A D | mbstring.c | 3737 zval row; in PHP_FUNCTION() local
|