|
Ada 3.2.2
Fast spec-compliant URL parser
|
#include <fuzzer/FuzzedDataProvider.h>#include <cstdio>#include <memory>#include <string>#include "ada.cpp"#include "ada.h"Go to the source code of this file.
Functions | |
| bool | is_valid_utf8_string (const char *buf, size_t len) |
| int | LLVMFuzzerTestOneInput (const uint8_t *data, size_t size) |
| bool is_valid_utf8_string | ( | const char * | buf, |
| size_t | len ) |
Definition at line 10 of file parse.cc.
Referenced by LLVMFuzzerTestOneInput().
| int LLVMFuzzerTestOneInput | ( | const uint8_t * | data, |
| size_t | size ) |
ada::parse<ada::url_aggregator>
Node.js specific
Others
Definition at line 94 of file parse.cc.
References ada::href_from_file(), is_valid_utf8_string(), and ada::parse().