HomeSort by: relevance | last modified time | path
    Searched refs:send_head (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libsa/
rpc.c 123 char *send_head, *send_tail; local
144 send_head = sdata;
148 send_head -= sizeof(*auth);
149 auth = (struct auth_info *)send_head;
155 send_head -= sizeof(struct auth_unix);
156 (void)memset(send_head, 0, sizeof(struct auth_unix));
157 send_head -= sizeof(*auth);
158 auth = (struct auth_info *)send_head;
163 send_head -= sizeof(*auth);
164 auth = send_head;
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-view/share/
ScanView.py 246 f = self.send_head(fields)
658 def send_head(self, fields=None): member in class:ScanViewRequestHandler

Completed in 24 milliseconds