Searched refs:str_keys (Results 1 – 1 of 1) sorted by relevance
8583 const char *str_keys [] = { local8606 num_keys = sizeof (str_keys) / sizeof (str_keys[0]);8618 if (strncmp (trim->val, str_keys [i], strlen (str_keys [i])) == 0) {8620 IM_add_assoc_string (array, arr_keys [i], trim->val + strlen (str_keys [i]));8631 if (strncmp (trim, str_keys [i], strlen (str_keys [i])) == 0) {8633 IM_add_assoc_string (array, arr_keys [i], trim + strlen (str_keys [i]));
Completed in 29 milliseconds