attr_type        1847 ext/mysqlnd/mysqlnd_ps.c 									   enum mysqlnd_stmt_attr attr_type,
attr_type        1855 ext/mysqlnd/mysqlnd_ps.c 	DBG_INF_FMT("stmt=%lu attr_type=%u", stmt->stmt_id, attr_type);
attr_type        1857 ext/mysqlnd/mysqlnd_ps.c 	switch (attr_type) {
attr_type        1902 ext/mysqlnd/mysqlnd_ps.c 									   enum mysqlnd_stmt_attr attr_type,
attr_type        1910 ext/mysqlnd/mysqlnd_ps.c 	DBG_INF_FMT("stmt=%lu attr_type=%u", stmt->stmt_id, attr_type);
attr_type        1912 ext/mysqlnd/mysqlnd_ps.c 	switch (attr_type) {
attr_type         183 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       xml_element_attr* attr_type = bNoAddType ? NULL : malloc(sizeof(xml_element_attr));
attr_type         185 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       if(attr_type) {
attr_type         186 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c          attr_type->key = strdup(ATTR_TYPE);
attr_type         187 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c          attr_type->val = 0;
attr_type         188 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c          Q_PushTail(&elem_val->attrs, attr_type);
attr_type         267 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c       if(pAttrType && attr_type && !bNoAddType) {
attr_type         268 ext/xmlrpc/libxmlrpc/xml_to_dandarpc.c          attr_type->val = strdup(pAttrType);