Home
last modified time | relevance | path

Searched refs:BF_ALLOC (Results 1 – 2 of 2) sorted by relevance

/external/iputils/
Dtftpsubs.c67 #define BF_ALLOC -3 /* alloc'd but not yet filled */ macro
89 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init()
173 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()
/external/curl/tests/server/
Dtftpd.c141 #define BF_ALLOC -3 /* alloc'd but not yet filled */ macro
438 bfs[0].counter = BF_ALLOC; /* pass out the first buffer */ in rw_init()
545 bfs[current].counter = BF_ALLOC; /* mark as alloc'd */ in writeit()