Searched defs:zpad (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsip/common/
H A Dsip_parse_uri.c1200 int zpad = 0; /* index of :: delimiter */ local
1208 * check for leading "::", set zpad to the position of the "::"
1211 zpad = 0;
1214 zpad = -1;
1237 if (*scan == '.' && (j == 12 || (zpad != -1 && j < 12)) &&
1259 if (zpad != -1)
1261 zpad = j;
1267 } else if (*scan == ']' && (j == 16 || zpad != -1)) {
1277 if (zpad == -1 && j < 16)
1279 if (zpad !
[all...]

Completed in 27 milliseconds