/PHP-8.2/ext/gd/libgd/ |
H A D | wbmp.c | 154 int row, col, byte, pel, pos; in readwbmp() local 254 int row, col; in writewbmp() local 313 int row, col; in printwbmp() local
|
H A D | gd_wbmp.c | 147 int col, row, pos; in gdImageCreateFromWBMPCtx() local
|
H A D | gd_topal.c | 322 JDIMENSION col; in prescan_quantize() local 1144 JDIMENSION col; in pass2_no_dither() local 1201 JDIMENSION col; in pass2_fs_dither() local
|
H A D | gdft.c | 640 int x, y, row, col, pc, pcr; local
|
H A D | gd.c | 1001 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine() 1020 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine() 1236 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
|
/PHP-8.2/ext/gd/ |
H A D | gd.c | 2142 int col; in PHP_FUNCTION() local 2215 int col; in PHP_FUNCTION() local 2246 int col; in PHP_FUNCTION() local 2330 zend_long x, y, col; in PHP_FUNCTION() local 2351 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2373 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2391 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2409 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local 2473 zend_long x, y, border, col; in PHP_FUNCTION() local 2491 zend_long x, y, col; in PHP_FUNCTION() local [all …]
|
/PHP-8.2/ext/pdo_oci/ |
H A D | oci_statement.c | 497 pdo_oci_column *col = (pdo_oci_column*)octxp; in oci_define_callback() local 520 struct pdo_column_data *col = &stmt->columns[colno]; in oci_stmt_describe() local
|
/PHP-8.2/ext/pdo_dblib/ |
H A D | dblib_stmt.c | 222 struct pdo_column_data *col; in pdo_dblib_stmt_describe() local
|
/PHP-8.2/ext/pdo_odbc/ |
H A D | odbc_stmt.c | 564 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe() local
|
/PHP-8.2/ext/pdo_firebird/ |
H A D | firebird_statement.c | 238 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe() local
|
/PHP-8.2/ext/pdo/ |
H A D | pdo_stmt.c | 130 int col; in pdo_stmt_describe_columns() local 1668 struct pdo_column_data *col; in PHP_METHOD() local
|
/PHP-8.2/ext/odbc/ |
H A D | php_odbc.c | 3124 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local
|