Lines Matching refs:header
92 uint32_t header[4];
95 header[0] = SSS_NSS_HEADER_SIZE + (rd?rd->len:0);
96 header[1] = cmd;
97 header[2] = 0;
98 header[3] = 0;
102 while (datasent < header[0]) {
149 (char *)header + datasent,
194 uint32_t header[4];
201 header[0] = SSS_NSS_HEADER_SIZE; /* unitl we know the real length */
202 header[1] = 0;
203 header[2] = 0;
204 header[3] = 0;
211 while (datarecv < header[0]) {
261 (char *)header + datarecv,
267 header[0] - datarecv);
294 * allocated and the header has just
296 if (header[2] != 0) {
299 *errnop = header[2];
308 if (header[1] != cmd) {
315 if (header[0] > SSS_NSS_HEADER_SIZE) {
316 len = header[0] - SSS_NSS_HEADER_SIZE;
343 /* repbuf and replen report only the data section not the header */
710 /* repbuf and replen report only the data section not the header */