#include "constrnt.h"#include <stdio.h>


Go to the source code of this file.
Defines | |
| #define | LOCALE extern |
Functions | |
| LOCALE struct constraintRecord * | GetConstraintRecord (void *) |
| LOCALE int | CompareNumbers (void *, int, void *, int, void *) |
| LOCALE struct constraintRecord * | CopyConstraintRecord (void *, CONSTRAINT_RECORD *) |
| LOCALE int | SetConstraintType (int, CONSTRAINT_RECORD *) |
| LOCALE void | SetAnyAllowedFlags (CONSTRAINT_RECORD *, int) |
| LOCALE void | SetAnyRestrictionFlags (CONSTRAINT_RECORD *, int) |
| LOCALE CONSTRAINT_RECORD * | ArgumentTypeToConstraintRecord (void *, int) |
| LOCALE CONSTRAINT_RECORD * | FunctionCallToConstraintRecord (void *, void *) |
| LOCALE CONSTRAINT_RECORD * | ExpressionToConstraintRecord (void *, struct expr *) |
| #define LOCALE extern |
Definition at line 37 of file cstrnutl.h.
| LOCALE CONSTRAINT_RECORD* ArgumentTypeToConstraintRecord | ( | void * | , | |
| int | ||||
| ) |
Definition at line 568 of file cstrnutl.c.
| LOCALE int CompareNumbers | ( | void * | , | |
| int | , | |||
| void * | , | |||
| int | , | |||
| void * | ||||
| ) |
Definition at line 300 of file cstrnutl.c.
| LOCALE struct constraintRecord* CopyConstraintRecord | ( | void * | , | |
| CONSTRAINT_RECORD * | ||||
| ) | [read] |
Definition at line 123 of file cstrnutl.c.
| LOCALE CONSTRAINT_RECORD* ExpressionToConstraintRecord | ( | void * | , | |
| struct expr * | ||||
| ) |
Definition at line 397 of file cstrnutl.c.
| LOCALE CONSTRAINT_RECORD* FunctionCallToConstraintRecord | ( | void * | , | |
| void * | ||||
| ) |
Definition at line 485 of file cstrnutl.c.
| LOCALE struct constraintRecord* GetConstraintRecord | ( | void * | ) | [read] |
Definition at line 47 of file cstrnutl.c.
| LOCALE void SetAnyAllowedFlags | ( | CONSTRAINT_RECORD * | , | |
| int | ||||
| ) |
Definition at line 91 of file cstrnutl.c.
| LOCALE void SetAnyRestrictionFlags | ( | CONSTRAINT_RECORD * | , | |
| int | ||||
| ) |
Definition at line 176 of file cstrnutl.c.
| LOCALE int SetConstraintType | ( | int | , | |
| CONSTRAINT_RECORD * | ||||
| ) |
Definition at line 206 of file cstrnutl.c.
1.5.6