Lines Matching refs:cop
55 tsol2cipso_tt1(const bslabel_t *sl, unsigned char *cop, uint32_t doi)
93 if (cop == NULL)
98 cop[IPOPT_OPTVAL] = IPOPT_COMSEC;
99 cop[IPOPT_OLEN] = 10 + i;
100 cop[IPOPT_OLEN+1] = ucp[0];
101 cop[IPOPT_OLEN+2] = ucp[1];
102 cop[IPOPT_OLEN+3] = ucp[2];
103 cop[IPOPT_OLEN+4] = ucp[3];
104 tt1 = (struct cipso_tag_type_1 *)&cop[IPOPT_OLEN + 5];
112 return (cop[IPOPT_OLEN]);