ISC DHCP 4.4.3-P1
A reference DHCPv4 and DHCPv6 implementation
 
Loading...
Searching...
No Matches
reduce.c File Reference
#include "keama.h"
#include <sys/errno.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <ctype.h>
#include <netdb.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>

Go to the source code of this file.

Functions

struct elementreduce_boolean_expression (struct element *expr)
 
struct elementreduce_data_expression (struct element *expr)
 
struct elementreduce_numeric_expression (struct element *expr)
 

Function Documentation

◆ reduce_boolean_expression()

struct element * reduce_boolean_expression ( struct element * expr)

Definition at line 52 of file reduce.c.

◆ reduce_data_expression()

struct element * reduce_data_expression ( struct element * expr)

Definition at line 375 of file reduce.c.

◆ reduce_numeric_expression()

struct element * reduce_numeric_expression ( struct element * expr)

Definition at line 946 of file reduce.c.