2019-04-22 02:21:17 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2018-07-26 12:52:03 +02:00
< 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" / >
2020-03-26 06:49:18 +01:00
< meta name = "generator" content = "Doxygen 1.8.17" / >
2018-07-26 12:52:03 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2020-03-26 06:49:18 +01:00
< title > wut: /home/ash/Code/wut2/include/curl/curlrules.h File Reference< / title >
2018-07-26 12:52:03 +02:00
< 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 = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.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;" >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > wut
2020-03-26 06:49:18 +01:00
  < span id = "projectnumber" > 1.0.0-beta9< / span >
2018-07-26 12:52:03 +02:00
< / div >
< div id = "projectbrief" > Wii U Toolchain< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2020-03-26 06:49:18 +01:00
<!-- Generated by Doxygen 1.8.17 -->
2018-07-26 12:52:03 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_d44c64559bbebec7f509842c48db8b23.html" > include< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_d74097cd299de96a8b672354d9824a8f.html" > curl< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#define-members" > Macros< / a > |
< a href = "#typedef-members" > Typedefs< / a > < / div >
< div class = "headertitle" >
< div class = "title" > curlrules.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > < a href = "curlrules_8h_source.html" > Go to the source code of this file.< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "define-members" > < / a >
Macros< / h2 > < / td > < / tr >
< tr class = "memitem:a4def57007a9d2009b490829b2328ab40" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#a4def57007a9d2009b490829b2328ab40" > CurlchkszEQ< / a > (t, s)      sizeof(t) == s ? 1 : -1< / td > < / tr >
< tr class = "separator:a4def57007a9d2009b490829b2328ab40" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:aa24b6d18290e94b2b13e9e2fb67eee45" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#aa24b6d18290e94b2b13e9e2fb67eee45" > CurlchkszGE< / a > (t1, t2)      sizeof(t1) > = sizeof(t2) ? 1 : -1< / td > < / tr >
< tr class = "separator:aa24b6d18290e94b2b13e9e2fb67eee45" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ae8cfc13e9722f5400b0e6c0f67e9891b" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#ae8cfc13e9722f5400b0e6c0f67e9891b" > CURL_ISOCPP< / a > < / td > < / tr >
< tr class = "separator:ae8cfc13e9722f5400b0e6c0f67e9891b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abcd794a99bf75ecf9ab8f1de88eec67d" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#abcd794a99bf75ecf9ab8f1de88eec67d" > __CURL_OFF_T_C_HLPR2< / a > (Val, Suffix)      Val ## Suffix< / td > < / tr >
< tr class = "separator:abcd794a99bf75ecf9ab8f1de88eec67d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:ab9bf50d706d217b6a29834ab0d3cc38d" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#ab9bf50d706d217b6a29834ab0d3cc38d" > __CURL_OFF_T_C_HLPR1< / a > (Val, Suffix)      < a class = "el" href = "curlrules_8h.html#abcd794a99bf75ecf9ab8f1de88eec67d" > __CURL_OFF_T_C_HLPR2< / a > (Val,Suffix)< / td > < / tr >
< tr class = "separator:ab9bf50d706d217b6a29834ab0d3cc38d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5c5d338cf3f0e585ed739b384f2a2a6e" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#a5c5d338cf3f0e585ed739b384f2a2a6e" > CURL_OFF_T_C< / a > (Val)      < a class = "el" href = "curlrules_8h.html#ab9bf50d706d217b6a29834ab0d3cc38d" > __CURL_OFF_T_C_HLPR1< / a > (Val,< a class = "el" href = "curlbuild_8h.html#a14ad18b50b0bf0e3195610ced9ebe7d5" > CURL_SUFFIX_CURL_OFF_T< / a > )< / td > < / tr >
< tr class = "separator:a5c5d338cf3f0e585ed739b384f2a2a6e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a7de53b6e0a3867bac214753a56d68a8a" > < td class = "memItemLeft" align = "right" valign = "top" > #define  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#a7de53b6e0a3867bac214753a56d68a8a" > CURL_OFF_TU_C< / a > (Val)      < a class = "el" href = "curlrules_8h.html#ab9bf50d706d217b6a29834ab0d3cc38d" > __CURL_OFF_T_C_HLPR1< / a > (Val,< a class = "el" href = "curlbuild_8h.html#a26960cb7598a4b8f1df20d0620e89f7b" > CURL_SUFFIX_CURL_OFF_TU< / a > )< / td > < / tr >
< tr class = "separator:a7de53b6e0a3867bac214753a56d68a8a" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "typedef-members" > < / a >
Typedefs< / h2 > < / td > < / tr >
< tr class = "memitem:a8206a51f7cf5f1deb3bfa3a6e7c68424" > < td class = "memItemLeft" align = "right" valign = "top" > typedef char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#a8206a51f7cf5f1deb3bfa3a6e7c68424" > __curl_rule_01__< / a > [< a class = "el" href = "curlrules_8h.html#a4def57007a9d2009b490829b2328ab40" > CurlchkszEQ< / a > (long, < a class = "el" href = "curlbuild_8h.html#a2e492aa64c4f03a99c4ecf7e11a632a6" > CURL_SIZEOF_LONG< / a > )]< / td > < / tr >
< tr class = "separator:a8206a51f7cf5f1deb3bfa3a6e7c68424" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a2c5d480028704a875af753639638ef5f" > < td class = "memItemLeft" align = "right" valign = "top" > typedef char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#a2c5d480028704a875af753639638ef5f" > __curl_rule_02__< / a > [< a class = "el" href = "curlrules_8h.html#a4def57007a9d2009b490829b2328ab40" > CurlchkszEQ< / a > (< a class = "el" href = "curlbuild_8h.html#a494e2b4279dc064f7ed1d0abd602b28d" > curl_off_t< / a > , < a class = "el" href = "curlbuild_8h.html#a0c014b7cbacd7862c93b7a1b4e4537e1" > CURL_SIZEOF_CURL_OFF_T< / a > )]< / td > < / tr >
< tr class = "separator:a2c5d480028704a875af753639638ef5f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a242702df403aeb5c6455dccae056e700" > < td class = "memItemLeft" align = "right" valign = "top" > typedef char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#a242702df403aeb5c6455dccae056e700" > __curl_rule_03__< / a > [< a class = "el" href = "curlrules_8h.html#aa24b6d18290e94b2b13e9e2fb67eee45" > CurlchkszGE< / a > (< a class = "el" href = "curlbuild_8h.html#a494e2b4279dc064f7ed1d0abd602b28d" > curl_off_t< / a > , long)]< / td > < / tr >
< tr class = "separator:a242702df403aeb5c6455dccae056e700" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a29a6928ae1d31a2eaac66ac7d745d7e6" > < td class = "memItemLeft" align = "right" valign = "top" > typedef char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#a29a6928ae1d31a2eaac66ac7d745d7e6" > __curl_rule_04__< / a > [< a class = "el" href = "curlrules_8h.html#a4def57007a9d2009b490829b2328ab40" > CurlchkszEQ< / a > (< a class = "el" href = "curlbuild_8h.html#af89f74b4f46628d93e3cc829fcd69801" > curl_socklen_t< / a > , < a class = "el" href = "curlbuild_8h.html#ad9537129a71cd29cdbfa25e5d7f8d192" > CURL_SIZEOF_CURL_SOCKLEN_T< / a > )]< / td > < / tr >
< tr class = "separator:a29a6928ae1d31a2eaac66ac7d745d7e6" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:af1a570059d2a39a7e45f37ba9bb83d89" > < td class = "memItemLeft" align = "right" valign = "top" > typedef char  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "curlrules_8h.html#af1a570059d2a39a7e45f37ba9bb83d89" > __curl_rule_05__< / a > [< a class = "el" href = "curlrules_8h.html#aa24b6d18290e94b2b13e9e2fb67eee45" > CurlchkszGE< / a > (< a class = "el" href = "curlbuild_8h.html#af89f74b4f46628d93e3cc829fcd69801" > curl_socklen_t< / a > , int)]< / td > < / tr >
< tr class = "separator:af1a570059d2a39a7e45f37ba9bb83d89" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< h2 class = "groupheader" > Macro Definition Documentation< / h2 >
< a id = "a4def57007a9d2009b490829b2328ab40" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4def57007a9d2009b490829b2328ab40" > ◆ < / a > < / span > CurlchkszEQ< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CurlchkszEQ< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > t, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > s  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       sizeof(t) == s ? 1 : -1< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00132" > 132< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "aa24b6d18290e94b2b13e9e2fb67eee45" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aa24b6d18290e94b2b13e9e2fb67eee45" > ◆ < / a > < / span > CurlchkszGE< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CurlchkszGE< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > t1, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > t2  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       sizeof(t1) > = sizeof(t2) ? 1 : -1< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00134" > 134< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "ae8cfc13e9722f5400b0e6c0f67e9891b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae8cfc13e9722f5400b0e6c0f67e9891b" > ◆ < / a > < / span > CURL_ISOCPP< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CURL_ISOCPP< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00209" > 209< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "abcd794a99bf75ecf9ab8f1de88eec67d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abcd794a99bf75ecf9ab8f1de88eec67d" > ◆ < / a > < / span > __CURL_OFF_T_C_HLPR2< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define __CURL_OFF_T_C_HLPR2< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > Val, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > Suffix  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       Val ## Suffix< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00228" > 228< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "ab9bf50d706d217b6a29834ab0d3cc38d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab9bf50d706d217b6a29834ab0d3cc38d" > ◆ < / a > < / span > __CURL_OFF_T_C_HLPR1< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define __CURL_OFF_T_C_HLPR1< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > Val, < / td >
< / tr >
< tr >
< td class = "paramkey" > < / td >
< td > < / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > Suffix  < / td >
< / tr >
< tr >
< td > < / td >
< td > )< / td >
< td > < / td > < td >       < a class = "el" href = "curlrules_8h.html#abcd794a99bf75ecf9ab8f1de88eec67d" > __CURL_OFF_T_C_HLPR2< / a > (Val,Suffix)< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00232" > 232< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "a5c5d338cf3f0e585ed739b384f2a2a6e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5c5d338cf3f0e585ed739b384f2a2a6e" > ◆ < / a > < / span > CURL_OFF_T_C< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CURL_OFF_T_C< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > Val< / td > < td > )< / td >
< td >       < a class = "el" href = "curlrules_8h.html#ab9bf50d706d217b6a29834ab0d3cc38d" > __CURL_OFF_T_C_HLPR1< / a > (Val,< a class = "el" href = "curlbuild_8h.html#a14ad18b50b0bf0e3195610ced9ebe7d5" > CURL_SUFFIX_CURL_OFF_T< / a > )< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00233" > 233< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "a7de53b6e0a3867bac214753a56d68a8a" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a7de53b6e0a3867bac214753a56d68a8a" > ◆ < / a > < / span > CURL_OFF_TU_C< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > #define CURL_OFF_TU_C< / td >
< td > (< / td >
< td class = "paramtype" >   < / td >
< td class = "paramname" > Val< / td > < td > )< / td >
< td >       < a class = "el" href = "curlrules_8h.html#ab9bf50d706d217b6a29834ab0d3cc38d" > __CURL_OFF_T_C_HLPR1< / a > (Val,< a class = "el" href = "curlbuild_8h.html#a26960cb7598a4b8f1df20d0620e89f7b" > CURL_SUFFIX_CURL_OFF_TU< / a > )< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00234" > 234< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Typedef Documentation< / h2 >
< a id = "a8206a51f7cf5f1deb3bfa3a6e7c68424" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a8206a51f7cf5f1deb3bfa3a6e7c68424" > ◆ < / a > < / span > __curl_rule_01__< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef char __curl_rule_01__[< a class = "el" href = "curlrules_8h.html#a4def57007a9d2009b490829b2328ab40" > CurlchkszEQ< / a > (long, < a class = "el" href = "curlbuild_8h.html#a2e492aa64c4f03a99c4ecf7e11a632a6" > CURL_SIZEOF_LONG< / a > )]< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00143" > 143< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "a2c5d480028704a875af753639638ef5f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a2c5d480028704a875af753639638ef5f" > ◆ < / a > < / span > __curl_rule_02__< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef char __curl_rule_02__[< a class = "el" href = "curlrules_8h.html#a4def57007a9d2009b490829b2328ab40" > CurlchkszEQ< / a > (< a class = "el" href = "curlbuild_8h.html#a494e2b4279dc064f7ed1d0abd602b28d" > curl_off_t< / a > , < a class = "el" href = "curlbuild_8h.html#a0c014b7cbacd7862c93b7a1b4e4537e1" > CURL_SIZEOF_CURL_OFF_T< / a > )]< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00153" > 153< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "a242702df403aeb5c6455dccae056e700" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a242702df403aeb5c6455dccae056e700" > ◆ < / a > < / span > __curl_rule_03__< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef char __curl_rule_03__[< a class = "el" href = "curlrules_8h.html#aa24b6d18290e94b2b13e9e2fb67eee45" > CurlchkszGE< / a > (< a class = "el" href = "curlbuild_8h.html#a494e2b4279dc064f7ed1d0abd602b28d" > curl_off_t< / a > , long)]< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00163" > 163< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "a29a6928ae1d31a2eaac66ac7d745d7e6" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a29a6928ae1d31a2eaac66ac7d745d7e6" > ◆ < / a > < / span > __curl_rule_04__< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef char __curl_rule_04__[< a class = "el" href = "curlrules_8h.html#a4def57007a9d2009b490829b2328ab40" > CurlchkszEQ< / a > (< a class = "el" href = "curlbuild_8h.html#af89f74b4f46628d93e3cc829fcd69801" > curl_socklen_t< / a > , < a class = "el" href = "curlbuild_8h.html#ad9537129a71cd29cdbfa25e5d7f8d192" > CURL_SIZEOF_CURL_SOCKLEN_T< / a > )]< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00173" > 173< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< a id = "af1a570059d2a39a7e45f37ba9bb83d89" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#af1a570059d2a39a7e45f37ba9bb83d89" > ◆ < / a > < / span > __curl_rule_05__< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
< td class = "memname" > typedef char __curl_rule_05__[< a class = "el" href = "curlrules_8h.html#aa24b6d18290e94b2b13e9e2fb67eee45" > CurlchkszGE< / a > (< a class = "el" href = "curlbuild_8h.html#af89f74b4f46628d93e3cc829fcd69801" > curl_socklen_t< / a > , int)]< / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "curlrules_8h_source.html#l00183" > 183< / a > of file < a class = "el" href = "curlrules_8h_source.html" > curlrules.h< / a > .< / p >
< / div >
< / div >
< / div > <!-- contents -->
<!-- start footer part -->
< hr class = "footer" / > < address class = "footer" > < small >
Generated by   < a href = "http://www.doxygen.org/index.html" >
< img class = "footer" src = "doxygen.png" alt = "doxygen" / >
2020-03-26 06:49:18 +01:00
< / a > 1.8.17
2018-07-26 12:52:03 +02:00
< / small > < / address >
< / body >
< / html >