Home
last modified time | relevance | path

Searched refs:attr_type (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/ext/standard/
H A Durl_scanner_ex.h57 int attr_type; member
H A Durl_scanner_ex.re481 ctx->attr_type = ATTR_ACTION;
483 ctx->attr_type = ATTR_NORMAL;
490 if (ctx->tag_type == TAG_FORM && ctx->attr_type == ATTR_ACTION) {
991 BG(url_adapt_session_ex).attr_type = 0;
994 BG(url_adapt_output_ex).attr_type = 0;
1004 BG(url_adapt_session_ex).attr_type = 0;
1013 BG(url_adapt_output_ex).attr_type = 0;
/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_ps.c1525 enum mysqlnd_stmt_attr attr_type, in MYSQLND_METHOD()
1533 DBG_INF_FMT("stmt=" ZEND_ULONG_FMT " attr_type=%u", stmt->stmt_id, attr_type); in MYSQLND_METHOD()
1535 switch (attr_type) { in MYSQLND_METHOD()
1580 enum mysqlnd_stmt_attr attr_type, in MYSQLND_METHOD()
1588 DBG_INF_FMT("stmt=" ZEND_ULONG_FMT " attr_type=%u", stmt->stmt_id, attr_type); in MYSQLND_METHOD()
1590 switch (attr_type) { in MYSQLND_METHOD()
H A Dmysqlnd_structs.h771 …_get_attribute)(const MYSQLND_STMT * const stmt, enum mysqlnd_stmt_attr attr_type, void * const va…
772 …_stmt__set_attribute)(MYSQLND_STMT * const stmt, enum mysqlnd_stmt_attr attr_type, const void * co…

Completed in 32 milliseconds