int do_http_parse_test(http_t *p_http, char *buf , int len) { local_t* local = http_get_local_t(p_http); int head_len = 0,ret = 0; if (local->state == 4){ ret=http_parse_body(buf,len,p_http); } head_len = s_http_parse(buf,len,p_http); if (local->state < 4) { DBGH("state is < 4 ,header is not end\n"); return -1; } else if (local->state == 4) { ret = http_parse_head(buf,head_len,0,p_http,0); ret = http_parse_body(buf+head_len,len-head_len,p_http); } else { DBGH("state = %d error \n", local->state); } // ret=http_parse_body(buf+head_len,1,p_http); // http_dump_logic(p_http); // http_dump_int(p_http); // http_dump_str(p_http); //http_dump_arg(p_http); return 0; }
void UniFont_Init(void) { memcpy(&g_UFN_Header,g_ArUnicodeMS_H27,sizeof(UFN_FILE_HEADER)); #if (UniFont_Debug==ENABLE) DBGD(g_UFN_Header.cbThis); debug_msg("g_UFN_Header.cFaceName:%s\r\n",g_UFN_Header.cFaceName); DBGD(g_UFN_Header.wHeight); DBGD(g_UFN_Header.wDescent); DBGD(g_UFN_Header.wGlyphsCount); DBGD(g_UFN_Header.cRanges); DBGD(g_UFN_Header.FileHandle); DBGD(g_UFN_Header.FontHandle); DBGH(g_UFN_Header.RangeTable); DBGH(g_UFN_Header.IndexTable); DBGH(g_UFN_Header.WidthTable); DBGH(g_UFN_Header.OffsetTable); DBGD(g_UFN_Header.GlyphData); #endif }
void AdmissibleOrder::errorh(int n) { DBGH(n); };
void const_iter_GBVectorError::errorh(int n) { DBGH(n); };
void subMonomial::errorh(int n) { DBGH(n); };
void TriePolySource::errorh(int n) { DBGH(n); };
void MatcherMonomial::errorh(int n) { DBGH(n); };
void RecordHistory::errorh(int n) { DBGH(n); };
void ISink::errorh(int n) { DBGH(n); };
void CountDupError::errorh(int n) { DBGH(n); };
void AdmWithLevels::errorh(int n) { DBGH(n); };
void AddPool::errorh(int n) { DBGH(n); };
void Names::errorh(int n) { DBGH(n); };
void Polynomial::errorh(int n) { DBGH(n); };
void NCASink::errorh(int n) { DBGH(n); };
void GrbSource::errorh(int n) { DBGH(n); };
void CountSource::errorh(int n) { DBGH(n); };
void MmaSink::errorh(int n) { DBGH(n); };