Home
last modified time | relevance | path

Searched refs:bstring (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/lib9p/pytest/
H A Dsequencer.py97 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
234 def _unpack1(self, via, bstring, offset, noerror): argument
237 tup = via.unpack_from(bstring, offset)
250 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
253 return self._unpack1(self.struct, bstring, offset, noerror)
254 slen, offset = self._unpack1(EncDecSimple.string_len, bstring, offset,
259 if len(bstring) < nexto:
266 val = bstring[offset:nexto]
353 def unpack(self, vdict, cdict, bstring, offset, noerror=False): argument
361 offset = self.sequence.unpack_from(obj, cdict, bstring, offset, noerror)
[all …]
H A Dprotocol.py708 def unpack_header(bstring, noerror=False): argument
719 vdict['size'] = len(bstring) + 4
720 vdict['dsize'] = max(0, len(bstring) - 1)
721 _9p_data.header_unpack_seq.unpack(vdict, None, bstring, noerror)
724 def unpack(self, bstring, noerror=False): argument
726 vdict = self.unpack_header(bstring, noerror)
764 def unpack_wirestat(self, bstring, offset, noerror=False): argument
771 newoff = td.wirestat_seq.unpack_from(d, self.conditions, bstring,
795 def unpack_dirent(self, bstring, offset, noerror=False): argument
801 offset = td.dirent_seq.unpack_from(deobj, self.conditions, bstring,
H A Dp9conn.py1143 def decode_stat_objects(self, bstring, noerror=False): argument
1153 while offset < len(bstring):
1154 obj, offset = self.proto.unpack_wirestat(bstring, offset, noerror)
1158 def decode_readdir_dirents(self, bstring, noerror=False): argument
1167 while offset < len(bstring):
1168 obj, offset = self.proto.unpack_dirent(bstring, offset, noerror)
1617 bstring = self.read(fid, offset, iounit)
1618 if bstring == b'':
1620 statvals.extend(self.decode_stat_objects(bstring))
1621 offset += len(bstring)
[all …]
/freebsd/lib/libc/string/
H A DMakefile.inc117 bstring.3 \
/freebsd/contrib/ntp/
H A Dconfig.h.in354 /* Define to 1 if you have the <bstring.h> header file. */
H A Dconfigure.ac286 AC_CHECK_HEADERS([bstring.h sys/procctl.h])
/freebsd/crypto/openssh/
H A Dconfigure.ac456 bstring.h \