ncuri.c#38 #ifndef NILLEN #39 #define NILLEN(s) ((s)==NULL?0:strlen(s)) #470 if(prefix != NULL) len += NILLEN(prefix); #471 len += (NILLEN(duri->protocol)+NILLEN("://")); #473 len += (NILLEN(duri->user)+NILLEN(duri->password)+NILLEN(":@")); #475 len += (NILLEN(duri->host)); #477 len += (NILLEN(":")+NILLEN(duri->port)); #483 len += (NILLEN(tmpfile)); #489 len += (NILLEN(tmpsuffix)); #496 len += (NILLEN("?")+NILLEN(tmpquery)); #506 paramslen += NILLEN(*p); ocuri.c#36 #ifndef NILLEN #37 #define NILLEN(s) ((s)==NULL?0:strlen(s)) #464 if(prefix != NULL) len += NILLEN(prefix); #465 len += (NILLEN(duri->protocol)+NILLEN("://")); #467 len += (NILLEN(duri->userpwd)+NILLEN("@")); #468 len += (NILLEN(duri->host)); #470 len += (NILLEN(":")+NILLEN(duri->port)); #476 len += (NILLEN(tmpfile)); #482 len += (NILLEN(tmpsuffix)); #489 len += (NILLEN("?")+NILLEN(tmpquery)); #499 paramslen += NILLEN(*p);
HyperKWIC - Version 7.20DA executed at 11:37 on 27 Oct 2017 | Polyhedron Solutions - INTERNAL USE | COMMERCIAL (Any O/S) SN 4AKIed