Home
last modified time | relevance | path

Searched defs:row (Results 1 – 20 of 20) sorted by relevance

/PHP-8.0/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c56 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 Dmysqlnd_result.c92 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 Dmysqlnd.h123 #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 Dgd_bmp.c94 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 Dwbmp.c153 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 Dgd_wbmp.c147 int col, row, pos; in gdImageCreateFromWBMPCtx() local
H A Dgd_jpeg.c179 volatile JSAMPROW row = 0; in _gdImageJpegCtx() local
341 volatile JSAMPROW row = 0; in gdImageCreateFromJpegCtxEx() local
H A Dgd_topal.c321 int row; in prescan_quantize() local
1143 int row; in pass2_no_dither() local
1200 int row; in pass2_fs_dither() local
H A Dgdft.c630 int x, y, row, col, pc, pcr; local
H A Dgd_interpolation.c933 …c, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribT… in _gdScaleRow()
/PHP-8.0/ext/pgsql/
H A Dpgsql.stub.php167 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 Dphp_pgsql.h257 int row; member
H A Dpgsql.c1767 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 Dodbc.stub.php45 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 Dmysqli_warning.c75 MYSQL_ROW row; in php_get_warnings() local
122 zval row; in php_get_warnings() local
H A Dmysqli.c1070 MYSQL_ROW row; in php_mysqli_fetch_into_hash_aux() local
/PHP-8.0/ext/pdo/
H A Dpdo_stmt.c217 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 Dsqlite_driver.c318 zend_long row; member
/PHP-8.0/ext/oci8/
H A Doci8_interface.c1310 zval row; in PHP_FUNCTION() local
/PHP-8.0/ext/mbstring/
H A Dmbstring.c3737 zval row; in PHP_FUNCTION() local

Completed in 126 milliseconds