#include <stdio.h>#include <ctype.h>#include "ldap_escape.h"

Go to the source code of this file.
Functions | |
| int | ldap_rfc4515_escape (str *sin, str *sout, int url_encode) |
Variables | |
| static const char | hex [] = "0123456789ABCDEF" |
Definition at line 53 of file ldap_escape.c.
References _str::len, NULL, and _str::s.
Referenced by ldap_filter_url_encode(), and load_ldap().
const char hex[] = "0123456789ABCDEF" [static] |
1.5.6