Home
last modified time | relevance | path

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

/PHP-7.2/ext/xmlrpc/libxmlrpc/
H A Dxml_to_dandarpc.c180 xml_element_attr* attr_type = bNoAddType ? NULL : emalloc(sizeof(xml_element_attr)); in DANDARPC_to_xml_element_worker() local
182 if(attr_type) { in DANDARPC_to_xml_element_worker()
183 attr_type->key = estrdup(ATTR_TYPE); in DANDARPC_to_xml_element_worker()
184 attr_type->val = 0; in DANDARPC_to_xml_element_worker()
185 Q_PushTail(&elem_val->attrs, attr_type); in DANDARPC_to_xml_element_worker()
264 if(pAttrType && attr_type && !bNoAddType) { in DANDARPC_to_xml_element_worker()
265 attr_type->val = estrdup(pAttrType); in DANDARPC_to_xml_element_worker()
/PHP-7.2/ext/standard/
H A Durl_scanner_ex.h61 int attr_type; member
H A Durl_scanner_ex.c480 ctx->attr_type = ATTR_ACTION; in handle_arg()
482 ctx->attr_type = ATTR_NORMAL; in handle_arg()
489 if (ctx->tag_type == TAG_FORM && ctx->attr_type == ATTR_ACTION) { in handle_val()
1403 BG(url_adapt_session_ex).attr_type = 0; in PHP_RINIT_FUNCTION()
1406 BG(url_adapt_output_ex).attr_type = 0; in PHP_RINIT_FUNCTION()
1416 BG(url_adapt_session_ex).attr_type = 0; in PHP_RSHUTDOWN_FUNCTION()
1425 BG(url_adapt_output_ex).attr_type = 0; in PHP_RSHUTDOWN_FUNCTION()
H A Durl_scanner_ex.re483 ctx->attr_type = ATTR_ACTION;
485 ctx->attr_type = ATTR_NORMAL;
492 if (ctx->tag_type == TAG_FORM && ctx->attr_type == ATTR_ACTION) {
988 BG(url_adapt_session_ex).attr_type = 0;
991 BG(url_adapt_output_ex).attr_type = 0;
1001 BG(url_adapt_session_ex).attr_type = 0;
1010 BG(url_adapt_output_ex).attr_type = 0;
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_ps.c1902 enum mysqlnd_stmt_attr attr_type, in MYSQLND_METHOD()
1910 DBG_INF_FMT("stmt=%lu attr_type=%u", stmt->stmt_id, attr_type); in MYSQLND_METHOD()
1912 switch (attr_type) { in MYSQLND_METHOD()
1957 enum mysqlnd_stmt_attr attr_type, in MYSQLND_METHOD()
1965 DBG_INF_FMT("stmt=%lu attr_type=%u", stmt->stmt_id, attr_type); in MYSQLND_METHOD()
1967 switch (attr_type) { in MYSQLND_METHOD()
H A Dmysqlnd_structs.h747 …_get_attribute)(const MYSQLND_STMT * const stmt, enum mysqlnd_stmt_attr attr_type, void * const va…
748 …_stmt__set_attribute)(MYSQLND_STMT * const stmt, enum mysqlnd_stmt_attr attr_type, const void * co…

Completed in 61 milliseconds