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

/macosx-10.9.5/CommonCrypto-60049/lib/
H A DCommonDH.c39 size_t malloced; member in struct:CCDHParameters_s
68 stockParm->malloced = true;
177 retval->malloced = ccdh_gp_size(n);
178 retval->gp.gp = (ccdh_gp *) CC_XMALLOC(retval->malloced);
184 if(retval && retval->gp.gp) CC_XFREE((ccdh_gp *) retval->gp.gp, retval->malloced);
198 if(CCDHParm->malloced) {
199 CC_XFREE((void *) parameters->gp.gp, retval->malloced);
201 CCDHParm->malloced = 0;
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSShared/
H A Ddnssd_clientlib.c171 uint16_t malloced; // Non-zero if buffer was allocated via malloc() member in struct:_TXTRecordRefRealType
193 txtRec->malloced = 0;
198 if (txtRec->malloced) free(txtRec->buffer);
226 if (txtRec->malloced) free(txtRec->buffer);
229 txtRec->malloced = 1;
/macosx-10.9.5/bash-92/bash-3.2/lib/intl/
H A DgettextP.h100 void *malloced; member in struct:loaded_domain
H A Dloadmsgcat.c1027 domain->malloced = NULL;
1159 domain->malloced = mem;
1276 if (domain->malloced)
1277 free (domain->malloced);
1310 if (domain->malloced)
1311 free (domain->malloced);
/macosx-10.9.5/cxxfilt-11/cxxfilt/intl/
H A DgettextP.h100 void *malloced; member in struct:loaded_domain
H A Dloadmsgcat.c1027 domain->malloced = NULL;
1159 domain->malloced = mem;
1276 if (domain->malloced)
1277 free (domain->malloced);
1310 if (domain->malloced)
1311 free (domain->malloced);
/macosx-10.9.5/rsync-42/rsync/
H A Dflist.c279 if (flist->count < flist->malloced)
282 if (flist->malloced < FLIST_START)
283 flist->malloced = FLIST_START;
284 else if (flist->malloced >= FLIST_LINEAR)
285 flist->malloced += FLIST_LINEAR;
287 flist->malloced *= 2;
293 if (flist->malloced < flist->count)
294 flist->malloced = flist->count;
297 flist->malloced);
299 if (verbose >= 2 && flist->malloced !
[all...]
H A Drsync.h567 int malloced; member in struct:file_list
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkEntry.c2300 int valueLen, malloced = 0;
2320 malloced = 1;
2342 if (malloced) {
2287 int valueLen, malloced = 0; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkEntry.c2345 int valueLen, malloced = 0;
2363 malloced = 1;
2383 if (malloced) {
2334 int valueLen, malloced = 0; local
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A DDB_File.pm2153 malloced it. As Berkeley DB doesn't clear the memory once it has been

Completed in 163 milliseconds