Home
last modified time | relevance | path

Searched refs:ap_set_value (Results 1 – 1 of 1) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dapparam.c110 static Boolean ap_set_value (APSectPtr sp, CharPtr key, CharPtr val) in ap_set_value() function
160 return (ap_set_value (sp, sskey, ss) && fill_ssp (ssp, sp, sskey)); in APCreateSubsection()
214 return (ap_set_value (sp, sskey, deleted_ss_string) in APDeleteSubsection()
316 return ap_set_value (sp, key, val); in APSetKeyValue()
327 return ap_set_value (sp, key, *pb ? "TRUE" : "FALSE"); in APArchiveBoolean()
342 return ap_set_value (sp, key, format_buf); in APArchiveEnum()
359 return ap_set_value (sp, key, format_buf); in APArchiveInt2()
376 return ap_set_value (sp, key, format_buf); in APArchiveUint2()
393 return ap_set_value (sp, key, format_buf); in APArchiveInt4()
410 return ap_set_value (sp, key, format_buf); in APArchiveUint4()
[all …]