Home
last modified time | relevance | path

Searched defs:col (Results 1 – 13 of 13) sorted by relevance

/php-src/ext/dom/lexbor/lexbor/dom/
H A Dcollection.c14 lxb_dom_collection_t *col; in lxb_dom_collection_create() local
27 lxb_dom_collection_init(lxb_dom_collection_t *col, size_t start_list_size) in lxb_dom_collection_init()
41 lxb_dom_collection_destroy(lxb_dom_collection_t *col, bool self_destroy) in lxb_dom_collection_destroy()
70 lxb_dom_collection_clean_noi(lxb_dom_collection_t *col) in lxb_dom_collection_clean_noi()
76 lxb_dom_collection_append_noi(lxb_dom_collection_t *col, void *value) in lxb_dom_collection_append_noi()
82 lxb_dom_collection_element_noi(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_element_noi()
88 lxb_dom_collection_node_noi(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_node_noi()
94 lxb_dom_collection_length_noi(lxb_dom_collection_t *col) in lxb_dom_collection_length_noi()
H A Dcollection.h44 lxb_dom_collection_t *col; in lxb_dom_collection_make() local
57 lxb_dom_collection_clean(lxb_dom_collection_t *col) in lxb_dom_collection_clean()
63 lxb_dom_collection_append(lxb_dom_collection_t *col, void *value) in lxb_dom_collection_append()
69 lxb_dom_collection_element(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_element()
75 lxb_dom_collection_node(lxb_dom_collection_t *col, size_t idx) in lxb_dom_collection_node()
81 lxb_dom_collection_length(lxb_dom_collection_t *col) in lxb_dom_collection_length()
/php-src/ext/gd/libgd/
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_topal.c322 JDIMENSION col; in prescan_quantize() local
1144 JDIMENSION col; in pass2_no_dither() local
1201 JDIMENSION col; in pass2_fs_dither() local
H A Dgdft.c640 int x, y, row, col, pc, pcr; local
H A Dgd.c971 static void gdImageHLine(gdImagePtr im, int y, int x1, int x2, int col) in gdImageHLine()
990 static void gdImageVLine(gdImagePtr im, int x, int y1, int y2, int col) in gdImageVLine()
1206 void gdImageAALine (gdImagePtr im, int x1, int y1, int x2, int y2, int col) in gdImageAALine()
/php-src/ext/gd/
H A Dgd.c2133 int col; in PHP_FUNCTION() local
2206 int col; in PHP_FUNCTION() local
2237 int col; in PHP_FUNCTION() local
2321 zend_long x, y, col; in PHP_FUNCTION() local
2342 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2364 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2382 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2400 zend_long x1, y1, x2, y2, col; in PHP_FUNCTION() local
2464 zend_long x, y, border, col; in PHP_FUNCTION() local
2482 zend_long x, y, col; in PHP_FUNCTION() local
[all …]
/php-src/ext/pdo_dblib/
H A Ddblib_stmt.c222 struct pdo_column_data *col; in pdo_dblib_stmt_describe() local
/php-src/ext/pdo_odbc/
H A Dodbc_stmt.c564 struct pdo_column_data *col = &stmt->columns[colno]; in odbc_stmt_describe() local
/php-src/ext/pdo_firebird/
H A Dfirebird_statement.c235 struct pdo_column_data *col = &stmt->columns[colno]; in pdo_firebird_stmt_describe() local
/php-src/ext/pdo/
H A Dpdo_stmt.c130 int col; in pdo_stmt_describe_columns() local
1662 struct pdo_column_data *col; in PHP_METHOD() local
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dnode.c21 lxb_dom_collection_t *col; member

Completed in 56 milliseconds