Lines Matching defs:in_plabel
594 char in_plabel[APR_LABELLEN]; /* proxy label. */
630 char in_plabel[APR_LABELLEN];
2406 np->in_plabel = -1;
2428 if (old->in_plabel[0] != '\0') {
2429 np->in_plabel = nlen;
2430 nlen = ipf_addfrstr(names, nlen, old->in_plabel,
2485 np->in_plabel = -1;
2507 if (old->in_plabel[0] != '\0') {
2508 np->in_plabel = nlen;
2509 nlen = ipf_addfrstr(names, nlen, old->in_plabel,
4229 if (np->in_plabel >= 0) {
4230 strncpy(old->in_plabel, np->in_names + np->in_plabel,
4232 old->in_plabel[APR_LABELLEN - 1] = '\0';
4308 if (np->in_plabel >= 0) {
4309 strncpy(old->in_plabel, np->in_names + np->in_plabel,
4311 old->in_plabel[APR_LABELLEN - 1] = '\0';