Buckets:
| extern "C" { | |
| typedef struct re_pattern_buffer { | |
| size_t re_nsub; | |
| void *__opaque, *__padding[4]; | |
| size_t __nsub2; | |
| char __padding2; | |
| } regex_t; | |
| typedef struct { | |
| regoff_t rm_so; | |
| regoff_t rm_eo; | |
| } regmatch_t; | |
| int regcomp(regex_t *__restrict, const char *__restrict, int); | |
| int regexec(const regex_t *__restrict, const char *__restrict, size_t, regmatch_t *__restrict, int); | |
| void regfree(regex_t *); | |
| size_t regerror(int, const regex_t *__restrict, char *__restrict, size_t); | |
| } | |
Xet Storage Details
- Size:
- 1.23 kB
- Xet hash:
- d17bce7481ae899db637b9384c3009d7b902d89292c0c8e1945a76b2427dcab2
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.