MobilityDB 1.1
Macros | Typedefs | Functions
port.h File Reference
#include <ctype.h>
Include dependency graph for port.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define qsort(a, b, c, d)   pg_qsort(a,b,c,d)
 

Typedefs

typedef int(* qsort_arg_comparator) (const void *a, const void *b, void *arg)
 

Functions

unsigned char pg_ascii_tolower (unsigned char ch)
 
unsigned char pg_ascii_toupper (unsigned char ch)
 
void pg_qsort (void *base, size_t nel, size_t elsize, int(*cmp)(const void *, const void *))
 
int pg_qsort_strcmp (const void *a, const void *b)
 
int pg_strcasecmp (const char *s1, const char *s2)
 
int pg_strncasecmp (const char *s1, const char *s2, size_t n)
 
unsigned char pg_tolower (unsigned char ch)
 
unsigned char pg_toupper (unsigned char ch)
 
void qsort_arg (void *base, size_t nel, size_t elsize, qsort_arg_comparator cmp, void *arg)