Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_ps_codec.c58 const zend_uchar ** row, unsigned int byte_count) in ps_fetch_from_1_to_8_bytes()
131 …(zval *zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_null()
140 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int8()
149 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int16()
158 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int32()
167 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_int64()
176 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_float()
199 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_double()
214 …zval * zv, const MYSQLND_FIELD * const field, const unsigned int pack_len, const zend_uchar ** row) in ps_fetch_time()
271 …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.c94 unsigned int row, field; in MYSQLND_METHOD() local
209 int64_t row; in MYSQLND_METHOD() local
652 MYSQLND_ROW_C *row = (MYSQLND_ROW_C *) param; in MYSQLND_METHOD() local
784 zval *row = (zval *) param; in MYSQLND_METHOD() local
970 MYSQLND_ROW_C * row = (MYSQLND_ROW_C *) param; in MYSQLND_METHOD() local
1063 zval * row = (zval *) param; in MYSQLND_METHOD() local
1150 zval * row = (zval *) param; in MYSQLND_METHOD() local
1804 zval row; in MYSQLND_METHOD() local
1840 zval row; in MYSQLND_METHOD() local
H A Dmysqlnd.h129 #define mysqlnd_data_seek(result, row) (result)->m.seek_data((result), (row)) argument
230 #define mysqlnd_stmt_data_seek(stmt, row) (stmt)->m->seek_data((stmt), (row)) argument
/PHP-7.4/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.c181 volatile JSAMPROW row = 0; in _gdImageJpegCtx() local
343 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-7.4/ext/mysqli/
H A Dmysqli_warning.c77 MYSQL_ROW row; in php_get_warnings() local
124 zval row; in php_get_warnings() local
H A Dmysqli.c1137 MYSQL_ROW row; in php_mysqli_fetch_into_hash_aux() local
/PHP-7.4/ext/pdo/
H A Dpdo_stmt.c246 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in get_lazy_object() local
2446 pdo_row_t *row = (pdo_row_t *)Z_OBJ_P(object); in row_prop_read() local
2506 pdo_row_t *row = (pdo_row_t *)Z_OBJ_P(object); in row_prop_exists() local
2561 pdo_row_t *row = (pdo_row_t *)Z_OBJ_P(object); in row_get_properties_for() local
2625 pdo_row_t *row = (pdo_row_t *)std; in pdo_row_free_storage() local
2634 pdo_row_t *row = ecalloc(1, sizeof(pdo_row_t)); in pdo_row_new() local
/PHP-7.4/ext/pgsql/
H A Dphp_pgsql.h290 int row; member
H A Dpgsql.c2649 zend_long row; local
2720 zend_long row = -1; local
2986 zend_long row; local
3015 zend_long row; local
7064 zval row; local
/PHP-7.4/ext/pdo_sqlite/
H A Dsqlite_driver.c316 zend_long row; member
/PHP-7.4/ext/oci8/
H A Doci8_interface.c1505 zval row; in PHP_FUNCTION() local

Completed in 110 milliseconds