dpkg 1.21.11
Functions
filters.h File Reference

(affb86e43)

#include <stdbool.h>
#include <dpkg/macros.h>
#include <dpkg/tarfn.h>
Include dependency graph for filters.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

DPKG_BEGIN_DECLS void filter_add (const char *glob, bool include)
 
bool filter_should_skip (struct tar_entry *ti)
 

Function Documentation

◆ filter_add()

DPKG_BEGIN_DECLS void filter_add ( const char *  glob,
bool  include 
)

References dbg_general, debug(), filter_node::include, m_malloc(), m_strdup(), filter_node::next, and filter_node::pattern.

Here is the call graph for this function:

◆ filter_should_skip()

bool filter_should_skip ( struct tar_entry ti)