HomeSort by: relevance | last modified time | path
    Searched defs:ohdr (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
str2filter.c 82 Opheader ohdr = {0}; local
84 op.o_hdr = &ohdr;
filter.c 602 Opheader ohdr; local
604 op.o_hdr = &ohdr;
882 Opheader ohdr; local
884 op.o_hdr = &ohdr;
connection.c 705 Opheader ohdr = {0}; local
707 op.o_hdr = &ohdr;
2019 Opheader ohdr = {0}; local
2023 op.o_hdr = &ohdr;
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
tools.c 312 Opheader ohdr = {0}; local
333 op.o_hdr = &ohdr;
404 Opheader ohdr = {0}; local
467 op.o_hdr = &ohdr;
511 Opheader ohdr = {0}; local
518 op.o_hdr = &ohdr;
545 Opheader ohdr = {0}; local
568 op.o_hdr = &ohdr;
616 Opheader ohdr = {0}; local
633 op.o_hdr = &ohdr;
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
tools.c 326 static Opheader ohdr = {0}; local
328 op.o_hdr = &ohdr;
363 Opheader ohdr = {0}; local
379 op.o_hdr = &ohdr;
395 Opheader ohdr = {0}; local
424 op.o_hdr = &ohdr;
682 Opheader ohdr = {0}; local
748 op.o_hdr = &ohdr;
843 Opheader ohdr = {0}; local
954 op.o_hdr = &ohdr;
1019 Opheader ohdr = {0}; local
1107 Opheader ohdr = {0}; local
1263 Opheader ohdr = {0}; local
    [all...]
  /src/libexec/httpd/
bozohttpd.c 342 struct bozoheaders *hdr, *ohdr = NULL; local
369 free(ohdr);
370 ohdr = hdr;
372 free(ohdr);
373 ohdr = NULL;
378 free(ohdr);
379 ohdr = hdr;
381 free(ohdr);
  /src/sys/netinet/
sctp_output.c 9093 struct sctphdr *ohdr; local
9114 ohdr = mtod(scm, struct sctphdr *);
9115 ohdr->src_port = ihdr->dest_port;
9116 ohdr->dest_port = ihdr->src_port;
9117 ohdr->v_tag = vtag;
9118 ohdr->checksum = 0;
9119 ophdr = (struct sctp_chunkhdr *)(ohdr + 1);
9136 ohdr->checksum = val;
  /src/external/gpl3/binutils/dist/bfd/
elf.c 8473 Elf_Internal_Shdr *ohdr = &elf_section_data (osec)->this_hdr;
8476 ohdr->sh_entsize = ihdr->sh_entsize;
8482 ohdr->sh_info = ihdr->sh_info;
8562 ohdr->sh_flags |= SHF_LINK_ORDER;
8471 Elf_Internal_Shdr *ohdr = &elf_section_data (osec)->this_hdr; local
  /src/external/gpl3/binutils.old/dist/bfd/
elf.c 8413 Elf_Internal_Shdr *ohdr = &elf_section_data (osec)->this_hdr;
8416 ohdr->sh_entsize = ihdr->sh_entsize;
8422 ohdr->sh_info = ihdr->sh_info;
8483 ohdr->sh_flags |= SHF_LINK_ORDER;
8411 Elf_Internal_Shdr *ohdr = &elf_section_data (osec)->this_hdr; local
  /src/external/gpl3/gdb/dist/bfd/
elf.c 8354 Elf_Internal_Shdr *ihdr, *ohdr;
8421 ohdr = &elf_section_data (osec)->this_hdr;
8422 ohdr->sh_flags |= SHF_LINK_ORDER;
8440 Elf_Internal_Shdr *ihdr, *ohdr;
8447 ohdr = &elf_section_data (osec)->this_hdr;
8449 ohdr->sh_entsize = ihdr->sh_entsize;
8455 ohdr->sh_info = ihdr->sh_info;
8352 Elf_Internal_Shdr *ihdr, *ohdr; local
8438 Elf_Internal_Shdr *ihdr, *ohdr; local
  /src/external/gpl3/gdb.old/dist/bfd/
elf.c 8523 Elf_Internal_Shdr *ihdr, *ohdr;
8590 ohdr = &elf_section_data (osec)->this_hdr;
8591 ohdr->sh_flags |= SHF_LINK_ORDER;
8609 Elf_Internal_Shdr *ihdr, *ohdr;
8616 ohdr = &elf_section_data (osec)->this_hdr;
8618 ohdr->sh_entsize = ihdr->sh_entsize;
8624 ohdr->sh_info = ihdr->sh_info;
8521 Elf_Internal_Shdr *ihdr, *ohdr; local
8607 Elf_Internal_Shdr *ihdr, *ohdr; local

Completed in 95 milliseconds