HomeSort by relevance Sort by last modified time
    Searched full:data_freer (Results 1 - 1 of 1) sorted by null

  /external/bison/lib/
hash.c 69 true if two user entries compare equally; and DATA_FREER is the cleanup
73 Hash_data_freer data_freer; member in struct:hash_table
585 The user-supplied DATA_FREER function, when not NULL, may be later called
596 Hash_data_freer data_freer)
635 table->data_freer = data_freer;
649 Apply the user-specified function data_freer (if any) to the datas of any
667 if (table->data_freer)
668 table->data_freer (cursor->data);
679 if (table->data_freer)
    [all...]

Completed in 766 milliseconds