Home
last modified time | relevance | path

Searched refs:col (Results 26 – 38 of 38) sorted by relevance

12

/PHP-7.2/ext/pdo_firebird/
H A Dfirebird_statement.c201 struct pdo_column_data *col = &stmt->columns[colno]; in firebird_stmt_describe() local
209 col->precision = -var->sqlscale; in firebird_stmt_describe()
210 col->maxlen = var->sqllen; in firebird_stmt_describe()
211 col->name = zend_string_alloc(colname_len, 0); in firebird_stmt_describe()
212 cp = ZSTR_VAL(col->name); in firebird_stmt_describe()
222 col->param_type = PDO_PARAM_STR; in firebird_stmt_describe()
230 col->param_type = PDO_PARAM_INT; in firebird_stmt_describe()
233 col->param_type = PDO_PARAM_STR; in firebird_stmt_describe()
/PHP-7.2/ext/gd/libgd/
H A Dgd_topal.c322 JDIMENSION col; in prescan_quantize() local
329 for (col = width; col > 0; col--) in prescan_quantize()
1144 JDIMENSION col; in pass2_no_dither() local
1152 for (col = width; col > 0; col--) in pass2_no_dither()
1201 JDIMENSION col; in pass2_fs_dither() local
1238 for (col = width; col > 0; col--) in pass2_fs_dither()
H A Dgd.c1001 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine() argument
1014 gdImageSetPixel(im, x1, y, col); in gdImageHLine()
1020 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine() argument
1024 gdImageFilledRectangle(im, x - thickhalf, y1, x + im->thick - thickhalf - 1, y2, col); in gdImageVLine()
1033 gdImageSetPixel(im, x, y1, col); in gdImageVLine()
1236 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine() argument
1244 gdImageLine(im, x1, y1, x2, y2, col); in gdImageAALine()
1274 gdImageSetAAPixelColor(im, x, y, col, (frac >> 8) & 0xFF); in gdImageAALine()
1276 gdImageSetAAPixelColor(im, x, y + 1, col, (~frac >> 8) & 0xFF); in gdImageAALine()
1302 gdImageSetAAPixelColor(im, x, y, col, (frac >> 8) & 0xFF); in gdImageAALine()
[all …]
/PHP-7.2/ext/pdo/
H A Dpdo_stmt.c195 int col; in pdo_stmt_describe_columns() local
199 for (col = 0; col < stmt->column_count; col++) { in pdo_stmt_describe_columns()
200 if (!stmt->methods->describer(stmt, col)) { in pdo_stmt_describe_columns()
231 stmt->columns[col].name)) != NULL) { in pdo_stmt_describe_columns()
232 param->paramno = col; in pdo_stmt_describe_columns()
529 struct pdo_column_data *col; in fetch_value() local
542 col = &stmt->columns[colno]; in fetch_value()
543 type = PDO_PARAM_TYPE(col->param_type); in fetch_value()
1800 struct pdo_column_data *col; in PHP_METHOD() local
1824 col = &stmt->columns[colno]; in PHP_METHOD()
[all …]
/PHP-7.2/ext/standard/tests/array/
H A Darray_intersect_assoc_variation7.phpt55 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
56 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
H A Darray_intersect_assoc_variation8.phpt55 /*7*/ array(111 => "\tHello", "red" => "col\tor", 2 => "\v\fworld", 3.3 => "pen\n"),
56 array(111 => '\tHello', "red" => 'col\tor', 2 => '\v\fworld', 3.3 => 'pen\n'),
/PHP-7.2/ext/mysqli/tests/
H A Dmysqli_stmt_bind_limits.phpt23 $create .= "col" . $i . " INT, ";
24 $columns .= "col" . $i . ", ";
/PHP-7.2/ext/pdo_odbc/
H A Dodbc_stmt.c567 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe() local
614 col->maxlen = S->cols[colno].datalen = colsize; in odbc_stmt_describe()
615 col->name = zend_string_init(S->cols[colno].colname, colnamelen, 0); in odbc_stmt_describe()
619 col->param_type = PDO_PARAM_STR; in odbc_stmt_describe()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_result.c224 int64_t col; in MYSQLND_METHOD() local
227 for (col = field_count - 1; col >= 0; --col) { in MYSQLND_METHOD()
228 zval_ptr_dtor_nogc(&(current_row[col])); in MYSQLND_METHOD()
/PHP-7.2/ext/xml/
H A Dcompat.c738 return parser->parser->input->col; in XML_GetCurrentColumnNumber()
/PHP-7.2/ext/odbc/
H A Dphp_odbc.c3579 char *cat = NULL, *schema = NULL, *proc = NULL, *col = NULL; in PHP_FUNCTION() local
3588 &proc, &proc_len, &col, &col_len) == FAILURE) { in PHP_FUNCTION()
3615 col, SAFE_SQL_NTS(col) ); in PHP_FUNCTION()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic13406 #>>>>&480 ulelong x - col offset 0x%8.8x
H A Dmagic私はガラスを食べられます13406 #>>>>&480 ulelong x - col offset 0x%8.8x

Completed in 290 milliseconds

12