Searched refs:cos_array_add_c_string (Results 1 – 3 of 3) sorted by relevance
234 int cos_array_add_c_string(cos_array_t *, const char *);
1655 CHECK(cos_array_add_c_string(pca, pfn->ASCII85Decode)); in pdf_put_filters()1656 CHECK(cos_array_add_c_string(pca, filter_name)); in pdf_put_filters()1664 CHECK(cos_array_add_c_string(pca, "null")); in pdf_put_filters()
617 cos_array_add_c_string(cos_array_t *pca, const char *str) in cos_array_add_c_string() function