Home | History | Annotate | Download | only in base

Lines Matching refs:key_string

1570     heim_string_t key_string;
1608 key_string = heim_string_create_with_bytes(key_data->data,
1610 if (key_string == NULL) {
1615 result = heim_path_copy(jsondb->dict, error, table, key_string, NULL);
1616 heim_release(key_string);
1625 heim_string_t key_string;
1638 key_string = heim_string_create_with_bytes(key_data->data,
1640 if (key_string == NULL)
1646 ret = heim_path_create(jsondb->dict, 29, value, error, table, key_string, NULL);
1647 heim_release(key_string);
1656 heim_string_t key_string;
1668 key_string = heim_string_create_with_bytes(key_data->data,
1670 if (key_string == NULL)
1676 heim_path_delete(jsondb->dict, error, table, key_string, NULL);
1677 heim_release(key_string);
1689 const char *key_string;
1692 key_string = heim_string_get_utf8((heim_string_t)key);
1693 key_data = heim_data_ref_create(key_string, strlen(key_string), NULL);