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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dvolinfo.h18 int malloced; member in struct:volinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/sctp/
H A Dulpqueue.h52 char malloced; member in struct:sctp_ulpq
H A Dtsnmap.h114 int malloced; member in struct:sctp_tsnmap
H A Dstructs.h476 int malloced; member in struct:sctp_ssnmap
777 int malloced; member in struct:sctp_packet
961 int malloced; /* Is this structure kfree()able? */ member in struct:sctp_transport
1033 int malloced; /* Is this structure kfree()able? */ member in struct:sctp_inq
1100 char malloced; member in struct:sctp_outq
1140 int malloced; /* Are we kfree()able? */ member in struct:sctp_bind_addr
1204 * malloced - Do we need to kfree this object?
1208 char malloced; member in struct:sctp_ep_common
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dvolinfo.h18 int malloced; member in struct:volinfo
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dsmbw.h61 int offset, count, malloced; member in struct:smbw_dir
H A Dsmbw_dir.c85 if (cur_dir->malloced == cur_dir->count) {
94 cur_dir->malloced += 100;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sctp/
H A Dssnmap.c78 retval->malloced = 1;
122 if (map && map->malloced) {
H A Dinqueue.c59 queue->malloced = 0;
81 if (queue->malloced) {
H A Dendpointola.c85 ep->base.malloced = 1;
133 ep->base.malloced = 1;
203 if (ep->base.malloced) {
H A Dbind_addr.c113 bp->malloced = 0;
140 if (bp->malloced) {
H A Doutput.c125 packet->malloced = 0;
141 if (packet->malloced)
H A Dtransport.c118 peer->malloced = 0;
142 transport->malloced = 1;
H A Dtsnmap.c71 map->malloced = 0;
H A Dassociola.c98 asoc->base.malloced = 0;
325 asoc->base.malloced = 1;
430 if (asoc->base.malloced) {
H A Doutqueue.c215 q->malloced = 0;
290 if (q->malloced)
H A Dulpqueue.c69 ulpq->malloced = 0;
97 if (ulpq->malloced)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dvolinfo.c434 p->malloced = 1;
463 if (volinfo->malloced) {
464 volinfo->malloced = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A DgettextP.h170 void *malloced; member in struct:loaded_domain
H A Dloadmsgcat.c916 domain->malloced = NULL;
1079 domain->malloced = mem;
1262 if (domain->malloced)
1263 free (domain->malloced);
1324 if (domain->malloced)
1325 free (domain->malloced);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfnmatch_loop.c1024 int malloced; member in struct:patternlist
1089 newp->malloced = 0; \
1096 newp->malloced = 1; \
1161 if (list->malloced)
1197 if (list->malloced)
1248 if (list->malloced)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dvolinfo.c435 p->malloced = 1;
464 if (volinfo->malloced) {
465 volinfo->malloced = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsginit.c1509 char *malloced = NULL; local
1536 if (malloced != NULL)
1537 free (malloced);
1539 malloced = new_str;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dlinux_osl.c85 atomic_t malloced; member in struct:osl_info
221 atomic_set(&osh->malloced, 0);
1005 atomic_add(size, &osh->malloced);
1019 atomic_add(size, &osh->malloced);
1052 atomic_sub(size, &osh->malloced);
1060 atomic_sub(size, &osh->malloced);
1069 return (atomic_read(&osh->malloced));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2153 malloced it. As Berkeley DB doesn't clear the memory once it has been

Completed in 304 milliseconds