OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pb_free
(Results
1 - 2
of
2
) sorted by null
/external/nanopb-c/
pb.h
351
*
pb_free
to custom functions if you want. */
356
# ifndef
pb_free
357
# define
pb_free
(ptr) free(ptr)
macro
pb_decode.c
946
pb_free
(*pItem);
969
pb_free
(*(void**)iter.pData);
[
all
...]
Completed in 819 milliseconds