Searched refs:mh_size (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlmemory.c93 size_t mh_size; member in struct:memnod
183 p->mh_size = size;
251 p->mh_size = size;
335 debugMemSize -= p->mh_size;
338 oldsize = p->mh_size;
352 xmlMemTraceBlockAt, p->mh_size, size);
358 p->mh_size = size;
438 memset(target, -1, p->mh_size);
440 debugMemSize -= p->mh_size;
443 size = p->mh_size;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlmemory.c93 size_t mh_size; member in struct:memnod
183 p->mh_size = size;
251 p->mh_size = size;
335 debugMemSize -= p->mh_size;
338 oldsize = p->mh_size;
352 xmlMemTraceBlockAt, p->mh_size, size);
358 p->mh_size = size;
435 memset(target, -1, p->mh_size);
437 debugMemSize -= p->mh_size;
440 size = p->mh_size;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlmemory.c93 size_t mh_size; member in struct:memnod
183 p->mh_size = size;
251 p->mh_size = size;
335 debugMemSize -= p->mh_size;
338 oldsize = p->mh_size;
352 xmlMemTraceBlockAt, p->mh_size, size);
358 p->mh_size = size;
435 memset(target, -1, p->mh_size);
437 debugMemSize -= p->mh_size;
440 size = p->mh_size;
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/gfs2/
H A Deattr.c644 int mh_size = sizeof(struct gfs2_meta_header); local
657 memcpy(bh->b_data + mh_size, data, copy);
659 memset(bh->b_data + mh_size + copy, 0,
939 int mh_size = sizeof(struct gfs2_meta_header); local
954 eablk = (__be64 *)(indbh->b_data + mh_size);
975 gfs2_buffer_clear_tail(indbh, mh_size);
977 eablk = (__be64 *)(indbh->b_data + mh_size);
H A Dbmap.c599 int mh_size = sizeof(struct gfs2_meta_header); local
614 top = (__be64 *)(bh->b_data + mh_size) +
617 bottom = (__be64 *)(bh->b_data + mh_size) + sdp->sd_inptrs;

Completed in 114 milliseconds