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

  /src/external/bsd/openldap/dist/servers/slapd/
proxyp.c 67 proxyp_header pph; local
79 ret = tcp_read( SLAP_FD2SOCK( sfd ), &pph, sizeof(pph) );
90 } else if ( ret != sizeof(pph) ) {
97 if ( memcmp( pph.sig, proxyp_sig, 12 ) != 0 ) {
103 if ( ( pph.ver_cmd & 0xF0 ) != 0x20 ) {
106 (long)sfd, pph.ver_cmd & 0xF0 );
110 pph_len = ntohs( pph.len );
111 if ( ( pph.ver_cmd & 0x0F ) == 0x01 ) { /* PROXY command */
113 switch ( pph.fam )
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
hash.c 685 struct bfd_hash_entry **pph; local
688 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next)
689 if (*pph == ent)
691 if (*pph == NULL)
694 *pph = ent->next;
721 struct bfd_hash_entry **pph; local
724 for (pph = &table->table[_index]
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
hash.c 685 struct bfd_hash_entry **pph; local
688 for (pph = &table->table[_index]; *pph != NULL; pph = &(*pph)->next)
689 if (*pph == ent)
691 if (*pph == NULL)
694 *pph = ent->next;
721 struct bfd_hash_entry **pph; local
724 for (pph = &table->table[_index]
    [all...]
  /src/sys/dev/pci/
if_bce.c 736 struct rx_pph *pph; local
761 pph = mtod(sc->bce_cdata.bce_rx_chain[i], struct rx_pph *);
762 if (pph->flags & (RXF_NO | RXF_RXER | RXF_CRC | RXF_OV)) {
764 pph->len = 0;
765 pph->flags = 0;
769 len = pph->len;
772 pph->len = 0;
773 pph->flags = 0;
  /src/external/gpl3/binutils/dist/ld/
ldcref.c 329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; local
337 **pph = h;
339 ++*pph;
  /src/external/gpl3/binutils.old/dist/ld/
ldcref.c 329 struct cref_hash_entry ***pph = (struct cref_hash_entry ***) data; local
337 **pph = h;
339 ++*pph;

Completed in 34 milliseconds