attr_type        1878 ext/mysqlnd/mysqlnd_ps.c 									   enum mysqlnd_stmt_attr attr_type,
attr_type        1886 ext/mysqlnd/mysqlnd_ps.c 	DBG_INF_FMT("stmt=%lu attr_type=%u", stmt->stmt_id, attr_type);
attr_type        1888 ext/mysqlnd/mysqlnd_ps.c 	switch (attr_type) {
attr_type        1933 ext/mysqlnd/mysqlnd_ps.c 									   enum mysqlnd_stmt_attr attr_type,
attr_type        1941 ext/mysqlnd/mysqlnd_ps.c 	DBG_INF_FMT("stmt=%lu attr_type=%u", stmt->stmt_id, attr_type);
attr_type        1943 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);