Lines Matching defs:attr
52 const char *attr,
60 if ( attr[0] == '-' || attr[0] == '$' ) {
61 ++attr;
65 switch (apr_tolower(*attr)) {
67 case 'n': /* name is not an attr */
70 case 'v': /* version; value is not an attr */
71 if (alen == 5 && strncasecmp(attr,"value", 5) == 0)
94 if (!strncasecmp("port", attr, 4)) {
98 else if (!strncasecmp("path", attr, 4)) {
105 if (!strncasecmp("commentURL", attr, 10)) {
109 else if (!strncasecmp("comment", attr, 7)) {
434 * ~90 characters (w/ 6-8 padding chars per attr), so anything
447 #define NULL2EMPTY(attr) (attr ? attr : "")