Searched refs:attr_name (Results 1 – 3 of 3) sorted by relevance
33 foreach( $attributes as $attr_name => $data )36 $res_str .= "\nAttribute $attr_name\n";61 $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";
1730 char *attr_name, *ns; in schema_attribute() local1733 parse_namespace(ref->children->content, &attr_name, &ns); in schema_attribute()1740 smart_str_appends(&key, attr_name); in schema_attribute()1743 if (attr_name) {efree(attr_name);} in schema_attribute()
Completed in 10 milliseconds