logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

auparse_destroy - release instance of parser

Author

Steve Grubb Red Hat Feb 2007 AUPARSE_DESTROY(3)

Description

auparse_destroy frees all data structures and closes file descriptors. auparse_destroy_ext frees data structures based on what. What can be AUPARSE_DESTROY_ALL to release everything or AUPARSE_DESTROY_COMMON to release everything but the uid and gid lookup cache.

Name

auparse_destroy - release instance of parser

Return Value

None.

See Also

auparse_init(3), auparse_reset(3).

Synopsis

#include<auparse.h>voidauparse_destroy(auparse_state_t*au);voidauparse_destroy_ext(auparse_state_t*au,auparse_destroy_what_twhat);

See Also