Searched refs:INVALID_PTR_CHAR (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dhash.c172 pointer. INVALID_PTR_CHAR (0xff) is the single-character constant
185 #define INVALID_PTR_CHAR UCHAR_MAX macro
299 memset (ht->cells, INVALID_PTR_CHAR, size * sizeof (struct cell));
403 memset (cells, INVALID_PTR_CHAR, newsize * sizeof (struct cell));
505 memset (ht->cells, INVALID_PTR_CHAR, ht->size * sizeof (struct cell));

Completed in 97 milliseconds