Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c56 const zend_uchar ** row, unsigned int byte_count) in ps_fetch_from_1_to_8_bytes()
127 …(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_null()
136 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int8()
145 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int16()
154 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int32()
163 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int64()
172 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_float()
195 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_double()
210 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_time()
255 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_date()
[all …]
H A Dmysqlnd.h122 #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 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.c640 int x, y, row, col, pc, pcr; local
H A Dgd_interpolation.c922 …c, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribT… in _gdScaleRow()
/php-src/ext/pgsql/
H A Dpgsql.stub.php619 …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 Dphp_pgsql.h157 int row; member
H A Dpgsql.c1877 zend_long row, field_offset = 0; in PHP_FUNCTION() local
1955 zend_long row; in php_pgsql_fetch_hash() local
2180 zend_long row; in PHP_FUNCTION() local
2209 zend_long row, field_offset = 0; in php_pgsql_data_info() local
5972 zval row; in php_pgsql_result2array() local
/php-src/ext/odbc/
H A Dodbc.stub.php355 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 Dpdo_stmt.c212 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in get_lazy_object() local
2270 pdo_row_t *row = (pdo_row_t *)object; in row_prop_read() local
2307 pdo_row_t *row = (pdo_row_t *)object; in row_dim_read() local
2345 pdo_row_t *row = (pdo_row_t *)object; in row_prop_exists() local
2373 pdo_row_t *row = (pdo_row_t *)object; in row_dim_exists() local
2414 pdo_row_t *row = (pdo_row_t *)object; in row_get_properties_for() local
2456 pdo_row_t *row = (pdo_row_t *)std; in pdo_row_free_storage() local
2465 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in pdo_row_new() local
/php-src/ext/mysqli/
H A Dmysqli_warning.c66 zval row; in php_get_warnings() local
H A Dmysqli_nonapi.c426 zval row; local
/php-src/ext/pdo_sqlite/
H A Dsqlite_driver.c318 zend_long row; member
/php-src/ext/mbstring/
H A Dmbstring.c4697 zval row; in PHP_FUNCTION() local

Completed in 122 milliseconds