CernVM-FS  2.12.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
libcvmfs_cache_options.cc File Reference
#include "cvmfs_config.h"
#include "libcvmfs_cache.h"
#include <cassert>
#include <cstdlib>
#include <cstring>
#include <string>
#include "options.h"
Include dependency graph for libcvmfs_cache_options.cc:

Go to the source code of this file.

Functions

SimpleOptionsParsercvmcache_options_clone (SimpleOptionsParser *opts)
 
void cvmcache_options_fini (SimpleOptionsParser *opts)
 
void cvmcache_options_free (char *value)
 
char * cvmcache_options_get (SimpleOptionsParser *opts, const char *key)
 
char * cvmcache_options_dump (SimpleOptionsParser *opts)
 
SimpleOptionsParsercvmcache_options_init ()
 
void cvmcache_options_set (SimpleOptionsParser *opts, const char *key, const char *value)
 
int cvmcache_options_parse (SimpleOptionsParser *opts, const char *path)
 
void cvmcache_options_unset (SimpleOptionsParser *opts, const char *key)
 

Function Documentation

SimpleOptionsParser* cvmcache_options_clone ( SimpleOptionsParser opts)

Definition at line 20 of file libcvmfs_cache_options.cc.

char* cvmcache_options_dump ( SimpleOptionsParser opts)

Definition at line 48 of file libcvmfs_cache_options.cc.

Here is the call graph for this function:

void cvmcache_options_fini ( SimpleOptionsParser opts)

Definition at line 27 of file libcvmfs_cache_options.cc.

void cvmcache_options_free ( char *  value)

Frees a string returned from cvmfs_options_get() or cvmfs_options_dump().

Definition at line 32 of file libcvmfs_cache_options.cc.

Referenced by anonymous_namespace{cvmfs_cache_posix.cc}::GetSettings(), and main().

Here is the caller graph for this function:

char* cvmcache_options_get ( SimpleOptionsParser opts,
const char *  key 
)

Definition at line 37 of file libcvmfs_cache_options.cc.

Here is the call graph for this function:

SimpleOptionsParser* cvmcache_options_init ( )

Definition at line 55 of file libcvmfs_cache_options.cc.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function:

int cvmcache_options_parse ( SimpleOptionsParser opts,
const char *  path 
)

Definition at line 75 of file libcvmfs_cache_options.cc.

Here is the call graph for this function:

void cvmcache_options_set ( SimpleOptionsParser opts,
const char *  key,
const char *  value 
)

Definition at line 66 of file libcvmfs_cache_options.cc.

Here is the call graph for this function:

void cvmcache_options_unset ( SimpleOptionsParser opts,
const char *  key 
)

Definition at line 81 of file libcvmfs_cache_options.cc.

Here is the call graph for this function: