.hash |
|
|
check_changes.py |
|
1384 |
check_sum.py |
|
1346 |
cleanup_changes.py |
|
1170 |
drop_merged_branches.sh |
|
45 |
gen.py |
\
/* The file is autogenerated from aiohttp/hdrs.py
Run ./tools/gen.py to update it after the origin changing. */
#include "_find_header.h"
#define NEXT_CHAR() \\
{ \\
count++; \\
if (count == size) { \\
/* end of search */ \\
return -1; \\
} \\
pchar++; \\
ch = *pchar; \\
last = (count == size -1); \\
} while(0);
int
find_header(const char *str, int size)
{
char *pchar = str;
int last;
char ch;
int count = -1;
pchar--;
|
3794 |
testing |
|
|