ZsyncParser.cc File Reference

#include "zypp/media/ZsyncParser.h"
#include "zypp/base/Logger.h"
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vector>
#include <iostream>
#include <fstream>

Include dependency graph for ZsyncParser.cc:

Go to the source code of this file.

Namespaces

namespace  zypp
namespace  zypp::media

Defines

#define c2h(c)

Functions

static int zypp::media::hexstr2bytes (unsigned char *buf, const char *str, int buflen)


Detailed Description

Definition in file ZsyncParser.cc.


Define Documentation

#define c2h (  ) 

Value:

(((c)>='0' && (c)<='9') ? ((c)-'0')              \
                : ((c)>='a' && (c)<='f') ? ((c)-('a'-10))       \
                : ((c)>='A' && (c)<='F') ? ((c)-('A'-10))       \
                : -1)


Generated on Tue May 5 14:44:54 2015 for libzypp by  doxygen 1.5.6