HomeSort by relevance Sort by last modified time
    Searched defs:to_free (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
err.h 383 /* to_free, if not NULL, contains a pointer owned by this structure that was
385 void *to_free; member in struct:err_state_st
  /external/harfbuzz_ng/util/
options.hh 107 to_free = g_ptr_array_new ();
113 g_ptr_array_foreach (to_free, (GFunc) g_free, NULL);
114 g_ptr_array_free (to_free, TRUE);
126 g_ptr_array_add (to_free, p);
139 GPtrArray *to_free; member in struct:option_parser_t
  /external/protobuf/php/ext/google/protobuf/
upb.c 1779 void *to_free = block; local
    [all...]

Completed in 291 milliseconds