Searched refs:attr_name (Results 1 – 4 of 4) sorted by relevance
34 foreach( $attributes as $attr_name => $data )37 $res_str .= "\nAttribute $attr_name\n";62 $res_str .= "ERROR: New $attr_name symbol value has not been set correctly.\n";
16 // attr_name => array( attr, value )44 foreach( $attributes as $attr_name => $args )47 $res_str .= "\nAttribute $attr_name\n";75 $res_str .= "ERROR: New $attr_name attribute value has not been set correctly.\n";
1748 char *attr_name, *ns; in schema_attribute() local1751 parse_namespace(ref->children->content, &attr_name, &ns); in schema_attribute()1766 smart_str_appends(&key, attr_name); in schema_attribute()1769 if (attr_name) {efree(attr_name);} in schema_attribute()
Completed in 14 milliseconds