IDZEBRA  2.2.7
Functions
update_path.c File Reference
#include <stdio.h>
#include <assert.h>
#include <sys/types.h>
#include <direntz.h>
#include <fcntl.h>
#include <time.h>
#include "index.h"

Go to the source code of this file.

Functions

static void repositoryExtractR (ZebraHandle zh, char *rep, int level, enum zebra_recctrl_action_t action)
 
void repositoryShow (ZebraHandle zh, const char *path)
 
static void repositoryExtract (ZebraHandle zh, const char *path, enum zebra_recctrl_action_t action)
 
ZEBRA_RES zebra_update_from_path (ZebraHandle zh, const char *path, enum zebra_recctrl_action_t action)
 

Function Documentation

◆ repositoryExtract()

static void repositoryExtract ( ZebraHandle  zh,
const char *  path,
enum zebra_recctrl_action_t  action 
)
static

◆ repositoryExtractR()

static void repositoryExtractR ( ZebraHandle  zh,
char *  rep,
int  level,
enum zebra_recctrl_action_t  action 
)
static

◆ repositoryShow()

void repositoryShow ( ZebraHandle  zh,
const char *  path 
)

◆ zebra_update_from_path()

ZEBRA_RES zebra_update_from_path ( ZebraHandle  zh,
const char *  path,
enum zebra_recctrl_action_t  action 
)

Definition at line 143 of file update_path.c.

References repositoryExtract(), and ZEBRA_OK.

Referenced by zebra_repository_index().