OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_free
(Results
26 - 50
of
67
) sorted by null
1
2
3
/external/dropbear/
svr-main.c
219
m_free
(preauth_addrs[i]);
295
m_free
(remote_addr_str);
322
m_free
(remote_addr_str);
415
m_free
(errstring);
keyimport.c
480
m_free
(ret->keyblob);
483
m_free
(ret);
503
m_free
(key->keyblob);
505
m_free
(key);
684
m_free
(key->keyblob);
686
m_free
(key);
956
m_free
(outblob);
1165
m_free
(ret->keyblob);
1168
m_free
(ret);
1207
m_free
(key->keyblob)
[
all
...]
cli-auth.c
97
m_free
(banner);
223
m_free
(methods);
cli-authpubkey.c
56
m_free
(cli_ses.lastprivkey);
75
m_free
(algotype);
svr-authpam.c
155
m_free
(compare_message);
250
m_free
(password);
svr-chansession.c
270
m_free
(chansess->cmd);
271
m_free
(chansess->term);
281
m_free
(chansess->tty);
303
m_free
(chansess);
366
m_free
(type);
394
m_free
(signame);
586
m_free
(chansess->cmd);
593
m_free
(chansess->cmd);
598
m_free
(chansess->cmd);
623
m_free
(chansess->cmd)
[
all
...]
genrsa.c
134
m_free
(buf);
buffer.c
68
m_free
(buf->data)
69
m_free
(buf);
common-session.c
222
m_free
(ses.session_id);
224
m_free
(ses.keys);
cli-tcpfwd.c
115
m_free
(tcpinfo);
common-kex.c
271
m_free
(ses.dh_K);
331
m_free
(ses.keys);
375
m_free
(ses.keys->recv_zstream);
382
m_free
(ses.keys->trans_zstream);
gendss.c
145
m_free
(buf);
listener.c
163
m_free
(listener);
random.c
239
m_free
(randbuf);
/external/libppp/src/
mbuf.c
165
m_free
(struct mbuf *bp)
function
191
bp =
m_free
(bp);
213
bp =
m_free
(bp);
217
bp =
m_free
(bp);
283
bp =
m_free
(bp);
392
for (cp = MBUF_CTOP(nbp); bp; bp =
m_free
(bp)) {
mbuf.h
105
extern struct mbuf *
m_free
(struct mbuf *);
deflate.c
118
m_free
(mi_head);
153
m_free
(mi_head);
271
if (state->cx.avail_in == 0 && mi && (mi =
m_free
(mi)) != NULL) {
390
m_free
(mi_head); /* lose our allocated ``head'' buf */
430
m_free
(mi_head); /* lose our allocated ``head'' buf */
async.c
213
bp =
m_free
(bp);
/external/qemu/slirp/
mbuf.c
44
* which tells
m_free
to actually free() it
83
m_free
(struct mbuf *m)
function
86
DEBUG_CALL("
m_free
");
128
m_free
(n);
tcp_subr.c
272
* (void)
m_free
(dtom(tp->t_template));
607
* NOTE: if you return 0 you MUST
m_free
() the mbuf!
663
m_free
(m);
689
m_free
(m);
697
m_free
(m);
773
m_free
(m);
781
m_free
(m);
915
m_free
(m);
918
m_free
(m);
[
all
...]
if.c
292
m_free
(ifm);
ip_input.c
251
m_free
(m);
407
(void)
m_free
(dtom(fp));
434
(void)
m_free
(dtom(fp));
/external/qemu/slirp-android/
mbuf.c
44
* which tells
m_free
to actually free() it
83
m_free
(struct mbuf *m)
function
86
DEBUG_CALL("
m_free
");
128
m_free
(n);
if.c
292
m_free
(ifm);
ip_input.c
251
m_free
(m);
407
(void)
m_free
(dtom(fp));
434
(void)
m_free
(dtom(fp));
Completed in 1313 milliseconds
1
2
3