Home
last modified time | relevance | path

Searched refs:uriencode_map (Results 1 – 1 of 1) sorted by relevance

/memcached-1.6.32/
Dutil.c11 static char *uriencode_map[256]; variable
19 uriencode_map[x] = NULL; in uriencode_init()
22 uriencode_map[x] = str; in uriencode_init()
34 if (uriencode_map[(unsigned char) src[x]] != NULL) { in uriencode()
35 memcpy(&dst[d], uriencode_map[(unsigned char) src[x]], 3); in uriencode()