Files | |
file | array.h [code] |
Linear Array data structure. | |
file | atoi.c [code] |
Parse a number in a string. | |
file | atoi.h [code] |
Parse a number in a string. | |
file | base64.c [code] |
Conversion to/from base64 encoding. | |
file | base64.h [code] |
Conversion to/from base64 encoding. | |
file | buffer.c [code] |
General purpose object for storing and parsing strings. | |
file | buffer.h [code] |
General purpose object for storing and parsing strings. | |
file | charset.c [code] |
Conversion between different character encodings. | |
file | charset.h [code] |
Conversion between different character encodings. | |
file | date.c [code] |
Time and date handling routines. | |
file | date.h [code] |
Time and date handling routines. | |
file | envlist.c [code] |
Private copy of the environment variables. | |
file | envlist.h [code] |
Private copy of the environment variables. | |
file | eqi.h [code] |
Case-insensitive fixed-chunk comparisons. | |
file | exit.c [code] |
Leave the program NOW. | |
file | exit.h [code] |
Leave the program NOW. | |
file | file.c [code] |
File management functions. | |
file | file.h [code] |
File management functions. | |
file | filter.c [code] |
Pass files through external commands (filters) | |
file | filter.h [code] |
Pass files through external commands (filters) | |
file | hash.c [code] |
Hash Table data structure. | |
file | hash.h [code] |
Hash Table data structure. | |
file | lib.h [code] |
Convenience wrapper for the library headers. | |
file | list.c [code] |
Singly-linked list type. | |
file | list.h [code] |
Singly-linked list type. | |
file | logging.c [code] |
Logging Dispatcher. | |
file | logging2.h [code] |
Logging Dispatcher. | |
file | mapping.c [code] |
Store links between a user-readable string and a constant. | |
file | mapping.h [code] |
Store links between a user-readable string and a constant. | |
file | mbyte.c [code] |
Multi-byte String manipulation functions. | |
file | mbyte.h [code] |
Multi-byte String manipulation functions. | |
file | md5.c [code] |
Calculate the MD5 checksum of a buffer. | |
file | md5.h [code] |
Calculate the MD5 checksum of a buffer. | |
file | memory.c [code] |
Memory management wrappers. | |
file | memory.h [code] |
Memory management wrappers. | |
file | message.h [code] |
file | notify.c [code] |
Notification API. | |
file | notify.h [code] |
Notification API. | |
file | notify_type.h [code] |
Notification Types. | |
file | observer.h [code] |
Observer of notifications. | |
file | path.c [code] |
Path manipulation functions. | |
file | path.h [code] |
Path manipulation functions. | |
file | pool.c [code] |
A global pool of Buffers. | |
file | pool.h [code] |
A global pool of Buffers. | |
file | prex.c [code] |
Manage precompiled / predefined regular expressions. | |
file | prex.h [code] |
Manage precompiled / predefined regular expressions. | |
file | qsort_r.c [code] |
Context-free sorting function. | |
file | qsort_r.h [code] |
Context-free sorting function. | |
file | queue.h [code] |
file | random.c [code] |
Random number/string functions. | |
file | random.h [code] |
Random number/string functions. | |
file | regex.c [code] |
Manage regular expressions. | |
file | regex3.h [code] |
Manage regular expressions. | |
file | signal.c [code] |
Signal handling. | |
file | signal2.h [code] |
Signal handling. | |
file | slist.c [code] |
A separated list of strings. | |
file | slist.h [code] |
A separated list of strings. | |
file | state.c [code] |
Keep track when processing files. | |
file | state.h [code] |
Keep track when processing files. | |
file | string.c [code] |
String manipulation functions. | |
file | string2.h [code] |
String manipulation functions. | |