OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:freestr
(Results
1 - 2
of
2
) sorted by null
/external/protobuf/php/ext/google/protobuf/
upb.c
22
static void
freestr
(str_t *s) { free(s); }
function
525
freestr
(f->defaultval.bytes);
1050
if (s)
freestr
(s);
[
all
...]
/external/protobuf/ruby/ext/google/protobuf_c/
upb.c
23
static void
freestr
(str_t *s) { upb_gfree(s); }
function
603
freestr
(f->defaultval.bytes);
[
all
...]
Completed in 440 milliseconds