Searched refs:m_length (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-10.0-release/contrib/atf/atf-c/detail/
H A Ddynstr.c85 newlen = ad->m_length + strlen(aux);
94 memmove(ad->m_data + strlen(aux), ad->m_data, ad->m_length + 1);
97 strcpy(ad->m_data + ad->m_length, aux);
98 ad->m_length = newlen;
134 ad->m_length = 0;
147 ad->m_length = 0;
174 ad->m_length = ret;
175 } while (ad->m_length >= ad->m_datasize);
215 ad->m_length = strlen(ad->m_data);
216 INV(ad->m_length <
[all...]
H A Ddynstr.h46 size_t m_length; member in struct:atf_dynstr
/freebsd-10.0-release/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectContainer.h59 m_length (length),
133 { return m_length; }
227 lldb::addr_t m_length; ///< The size in bytes if known (can be zero). member in class:lldb_private::ObjectContainer
H A DObjectFile.h303 { return m_length; }
677 lldb::addr_t m_length; ///< The length of this object file if it is known (can be zero if length is unknown or can't be determined). member in class:lldb_private::ObjectFile
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFCompileUnit.h48 dw_offset_t GetNextCompileUnitOffset() const { return m_offset + m_length + 4; }
49 size_t GetDebugInfoSize() const { return m_length + 4 - Size(); /* Size in bytes of the .debug_info data associated with this compile unit. */ }
50 uint32_t GetLength() const { return m_length; }
196 uint32_t m_length; member in class:DWARFCompileUnit
H A DDWARFCompileUnit.cpp46 m_length (0),
60 m_length = 0;
82 m_length = debug_info.GetU32(offset_ptr);
115 m_length = debug_info_data.GetU32(&offset);
337 s->Printf(" The length (0x%8.8x) for this compile unit is too large for the .debug_info provided.\n", m_length);
356 m_offset, m_length, m_version, GetAbbrevOffset(), m_addr_size, GetNextCompileUnitOffset());
/freebsd-10.0-release/usr.sbin/ppp/
H A Dsync.c74 len = m_length(bp);
H A Dasync.c112 if (!p || m_length(bp) > HDLCSIZE) {
117 oldcnt = m_length(bp);
H A Dmbuf.h103 extern size_t m_length(struct mbuf *);
H A Dlink.c142 bytes += m_length(m);
174 *octets += m_length(m) - m->priv;
269 link_AddOutOctets(l, m_length(bp));
H A Dmbuf.c78 m_length(struct mbuf *bp) function
286 if ((n = m_length(bp) + n) <= 0) {
308 plen = m_length(bp);
390 nbp = m_get(m_length(bp), bp->m_type);
H A Dtcpmss.c153 plen = m_length(bp);
H A Dlqr.c94 if (m_length(bp) >= sizeof lqr) {
123 m_length(bp), (long)sizeof(struct echolqr));
214 len = m_length(bp);
430 len = m_length(bp);
H A Dmppe.c167 ilen = m_length(mp);
224 len = m_length(mo);
248 ilen = m_length(mp);
362 len = m_length(mp);
H A Dvjcomp.c122 olen = len = m_length(bp);
H A Dpap.c234 txtlen = m_length(bp);
255 if (m_length(bp) < klen) {
H A Dpred.c184 orglen = m_length(bp) + 2; /* add count of proto */
228 olen = m_length(bp);
/freebsd-10.0-release/sys/kgssapi/
H A Dgss_get_mic.c66 message_token->length = m_length(mic, NULL);
H A Dgss_unwrap.c70 output_message_buffer->length = m_length(m, NULL);
H A Dgss_wrap.c72 output_message_buffer->length = m_length(m, NULL);
/freebsd-10.0-release/crypto/openssl/crypto/rsa/
H A Drsa.h116 const unsigned char *m, unsigned int m_length,
119 const unsigned char *m, unsigned int m_length,
362 int RSA_sign(int type, const unsigned char *m, unsigned int m_length,
364 int RSA_verify(int type, const unsigned char *m, unsigned int m_length,
370 const unsigned char *m, unsigned int m_length,
373 const unsigned char *m, unsigned int m_length,
/freebsd-10.0-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c133 len = m_length(args, NULL);
153 len = m_length(mic, NULL);
176 len = m_length(args, NULL);
/freebsd-10.0-release/sys/rpc/
H A Dreplay.c142 rc->rc_size -= m_length(rce->rce_repbody, NULL);
252 rc->rc_size += m_length(m, NULL);
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp250 m_length (length),
273 m_length);
282 m_length);
297 m_length (0),
/freebsd-10.0-release/sys/kgssapi/krb5/
H A Dkrb5_mech.c653 tlen = m_length(m, NULL);
867 mlen = m_length(m, &mlast);
955 mlen = m_length(m, &mlast);
1050 mlen = m_length(m, &mlast);
1149 mlen = m_length(m, &mlast);
1265 mlen = m_length(m, &mlast);
1413 mlen = m_length(m, &mlast);
1614 mlen = m_length(m, &mlast);
1790 mlen = m_length(m, &mlast);

Completed in 174 milliseconds

123