Home
last modified time | relevance | path

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

/PHP-8.1/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.h121 #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-8.1/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.c932 …c, unsigned int src_width, gdImagePtr dst, unsigned int dst_width, unsigned int row, LineContribT… in _gdScaleRow()
/PHP-8.1/ext/pgsql/
H A Dpgsql.stub.php180 …function pg_fetch_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|nu…
187 … function pg_result(PgSql\Result $result, $row, string|int $field = UNKNOWN): string|false|null {}
193 …function pg_fetch_row(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_NUM): array|false …
199 function pg_fetch_assoc(PgSql\Result $result, ?int $row = null): array|false {}
205 …function pg_fetch_array(PgSql\Result $result, ?int $row = null, int $mode = PGSQL_BOTH): array|fal…
208 …function pg_fetch_object(PgSql\Result $result, ?int $row = null, string $class = "stdClass", array…
222 function pg_result_seek(PgSql\Result $result, int $row): bool {}
225 function pg_field_prtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
232 function pg_fieldprtlen(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
235 function pg_field_is_null(PgSql\Result $result, $row, string|int $field = UNKNOWN): int|false {}
[all …]
H A Dphp_pgsql.h163 int row; member
H A Dpgsql.c1792 zend_long row, field_offset; in PHP_FUNCTION() local
1857 zend_long row; in php_pgsql_fetch_hash() local
2097 zend_long row; in PHP_FUNCTION() local
2125 zend_long row, field_offset; in php_pgsql_data_info() local
5781 zval row; in php_pgsql_result2array() local
/PHP-8.1/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.1/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.c1027 MYSQL_ROW row; in php_mysqli_fetch_into_hash_aux() local
H A Dmysqli_nonapi.c492 zval row; local
/PHP-8.1/ext/pdo/
H A Dpdo_stmt.c217 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in get_lazy_object() local
2263 pdo_row_t *row = (pdo_row_t *)object; in row_prop_read() local
2292 pdo_row_t *row = (pdo_row_t *)object; in row_dim_read() local
2343 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
2421 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-8.1/ext/pdo_sqlite/
H A Dsqlite_driver.c322 zend_long row; member
/PHP-8.1/ext/oci8/
H A Doci8_interface.c1310 zval row; in PHP_FUNCTION() local
/PHP-8.1/ext/mbstring/
H A Dmbstring.c3766 zval row; in PHP_FUNCTION() local

Completed in 200 milliseconds