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

  /src/external/bsd/openldap/dist/libraries/liblber/
lber-int.h 144 char sb_ungetbuf[8]; member in struct:sockbuf
sockbuf.c 161 if ( sb->sb_ungetlen <= sizeof( sb->sb_ungetbuf )) {
162 AC_MEMCPY( sb->sb_ungetbuf, ((struct berval *)arg)->bv_val,
732 AC_MEMCPY( buf, sbiod->sbiod_sb->sb_ungetbuf, blen );
737 AC_MEMCPY( sbiod->sbiod_sb->sb_ungetbuf,
738 sbiod->sbiod_sb->sb_ungetbuf+blen,

Completed in 22 milliseconds