2017-12-07 18:06:19 -05:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2018-03-05 23:18:59 -05:00
< meta name = "generator" content = "Doxygen 1.8.8" / >
2017-12-07 18:06:19 -05:00
< title > json-c: Deprecated List< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
2018-03-05 23:18:59 -05:00
< td style = "padding-left: 0.5em;" >
2017-12-07 18:06:19 -05:00
< div id = "projectname" > json-c
2018-03-05 23:18:59 -05:00
  < span id = "projectnumber" > 0.13.1< / span >
2017-12-07 18:06:19 -05:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2018-03-05 23:18:59 -05:00
<!-- Generated by Doxygen 1.8.8 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li class = "current" > < a href = "pages.html" > < span > Related  Pages< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Data  Structures< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
2017-12-07 18:06:19 -05:00
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > Deprecated List < / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< div class = "textblock" > < dl class = "reflist" >
< dt > < a class = "anchor" id = "_deprecated000009" > < / a > Global < a class = "el" href = "linkhash_8h.html#a77c5cddef96e6f1ab036ccf911783456" > _LH_INLINE< / a > < / dt >
< dd > Don't use this outside of < a class = "el" href = "linkhash_8h.html" title = "Internal methods for working with json_type_object objects. Although this is exposed by the json_obje..." > linkhash.h< / a > : < / dd >
< dt > < a class = "anchor" id = "_deprecated000010" > < / a > Global < a class = "el" href = "linkhash_8h.html#afb856ed4a9bcfd090dde5151fa3ad9ae" > _LH_UNCONST< / a > (a)< / dt >
< dd > Don't use this outside of < a class = "el" href = "linkhash_8h.html" title = "Internal methods for working with json_type_object objects. Although this is exposed by the json_obje..." > linkhash.h< / a > : < / dd >
< dt > < a class = "anchor" id = "_deprecated000001" > < / a > File < a class = "el" href = "bits_8h.html" > bits.h< / a > < / dt >
< dd > Use < a class = "el" href = "json__util_8h.html" title = "Miscllaneous utility functions and macros. " > json_util.h< / a > instead. < / dd >
< dt > < a class = "anchor" id = "_deprecated000004" > < / a > Global < a class = "el" href = "bits_8h.html#a45afe86501cd57ee2beeef9d67a4d40c" > error_description< / a > (error)< / dt >
< dd > < / dd >
< dt > < a class = "anchor" id = "_deprecated000003" > < / a > Global < a class = "el" href = "bits_8h.html#a863a898e607f8c2ff87b7052e326740f" > error_ptr< / a > (error)< / dt >
< dd > < / dd >
< dt > < a class = "anchor" id = "_deprecated000002" > < / a > Global < a class = "el" href = "bits_8h.html#a1cf38b22d3a118ad48d9282c32c048aa" > hexdigit< / a > (x)< / dt >
< dd > < / dd >
< dt > < a class = "anchor" id = "_deprecated000005" > < / a > Global < a class = "el" href = "bits_8h.html#a4a887e5fb7cde221bcab9c6f39d93fc1" > is_error< / a > (ptr)< / dt >
< dd > < / dd >
< dt > < a class = "anchor" id = "_deprecated000006" > < / a > Global < a class = "el" href = "json__tokener_8h.html#a4dd5e5b65aee7f376f529f86b210ff49" > json_tokener< / a > < / dt >
< dd > Unused in json-c code < / dd >
< dt > < a class = "anchor" id = "_deprecated000008" > < / a > Global < a class = "el" href = "linkhash_8h.html#a1294160fa0e80cee04cd745a401f43a4" > lh_abort< / a > (const char *msg,...)< / dt >
< dd > Since it is not a good idea to exit the entire program because of an internal library failure, json-c will no longer use this function internally. However, because its interface is public, it will remain part of the API on the off chance of legacy software using it externally. < / dd >
< dt > < a class = "anchor" id = "_deprecated000007" > < / a > Global < a class = "el" href = "linkhash_8h.html#a49c27f18a174eaf126d1b7953df13cb1" > lh_table_lookup< / a > (struct < a class = "el" href = "structlh__table.html" > lh_table< / a > *t, const void *k)< / dt >
< dd > Use < a class = "el" href = "linkhash_8h.html#a81c270bb0dd9d5c8a3e7ae20bc4d67f3" > lh_table_lookup_ex()< / a > instead. < / dd >
< / dl >
< / div > < / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
2018-03-05 23:18:59 -05:00
Generated on Mon Mar 5 2018 23:17:09 for json-c by   < a href = "http://www.doxygen.org/index.html" >
2017-12-07 18:06:19 -05:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2018-03-05 23:18:59 -05:00
< / a > 1.8.8
2017-12-07 18:06:19 -05:00
< / small > < / address >
< / body >
< / html >