Lines Matching full:skey
238 if (entry->keybase.type == ANTLR3_HASH_TYPE_STR && entry->keybase.key.sKey != NULL)
240 ANTLR3_FREE(entry->keybase.key.sKey);
359 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0)
371 ANTLR3_FREE(entry->keybase.key.sKey);
373 entry->keybase.key.sKey = NULL;
505 if (strcmp((const char *)key, (const char *)entry->keybase.key.sKey) == 0)
624 if (strcmp((const char*) key, (const char *)(*newPointer)->keybase.key.sKey) == 0)
652 entry->keybase.key.sKey = ANTLR3_STRDUP(key); /* Record the key value */
656 entry->keybase.key.sKey = key; /* Record the key value */