Searched refs:num_special_symbols (Results 1 – 2 of 2) sorted by relevance
45 (*ptr)->num_special_symbols = 0; in ST_Init()169 for (i = 0;i < self->num_special_symbols; i++) in ST_getKeyValue()258 ptr->num_special_symbols = 0; in ST_reset_all()275 for (i = 0;i < self->num_special_symbols;i++) in ST_putSpecialKeyValue()284 if (self->num_special_symbols < MAX_SPECIAL_SYMBOLS) in ST_putSpecialKeyValue()286 LSTRCPY(self->SpecialSymbols[self->num_special_symbols].key, key); in ST_putSpecialKeyValue()287 LSTRCPY(self->SpecialSymbols[self->num_special_symbols].value, value); in ST_putSpecialKeyValue()288 ++self->num_special_symbols; in ST_putSpecialKeyValue()
82 size_t num_special_symbols; member