dpkg 1.21.11
Data Structures | Macros | Functions
namevalue.h File Reference

(afbbf703e)

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

Go to the source code of this file.

Data Structures

struct  namevalue
 

Macros

#define NAMEVALUE_DEF(n, v)    [v] = { .name = n, .value = v, .length = sizeof(n) - 1 }
 

Functions

const struct namevaluenamevalue_find_by_name (const struct namevalue *head, const char *str)