Home
last modified time | relevance | path

Searched refs:req_string (Results 1 – 25 of 33) sorted by relevance

12

/external/oss-fuzz/projects/nginx/fuzz/
Dhttp_request_fuzzer.cc260 const char *req_string = input.request().c_str(); in DEFINE_PROTO_FUZZER() local
261 size_t req_len = strlen(req_string); in DEFINE_PROTO_FUZZER()
264 request.data = (const uint8_t *)req_string; in DEFINE_PROTO_FUZZER()
/external/grpc-grpc/third_party/nanopb/tests/alltypes_pointer/
Dencode_alltypes_pointer.c29 char* req_string = "1014"; in main() local
123 alltypes.req_string = req_string; in main()
Ddecode_alltypes_pointer.c43 TEST(alltypes.req_string && strcmp(alltypes.req_string, "1014") == 0); in check_alltypes()
/external/nanopb-c/tests/alltypes_pointer/
Dencode_alltypes_pointer.c29 char* req_string = "1014"; in main() local
126 alltypes.req_string = req_string; in main()
Ddecode_alltypes_pointer.c43 TEST(alltypes.req_string && strcmp(alltypes.req_string, "1014") == 0); in check_alltypes()
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c80 PB_FIELD( 14, STRING , REQUIRED, STATIC , OTHER, AllTypes, req_string, req_double, 0),
81 PB_FIELD( 15, BYTES , REQUIRED, STATIC , OTHER, AllTypes, req_bytes, req_string, 0),
Dencode_legacy.c37 strcpy(alltypes.req_string, "1014"); in main()
Dalltypes_legacy.proto55 required string req_string = 14; field
/external/grpc-grpc/third_party/nanopb/tests/backwards_compatibility/
Dalltypes_legacy.c80 PB_FIELD( 14, STRING , REQUIRED, STATIC , OTHER, AllTypes, req_string, req_double, 0),
81 PB_FIELD( 15, BYTES , REQUIRED, STATIC , OTHER, AllTypes, req_bytes, req_string, 0),
Dencode_legacy.c37 strcpy(alltypes.req_string, "1014"); in main()
Dalltypes_legacy.proto55 required string req_string = 14; field
/external/nanopb-c/tests/without_64bit/
Dencode_alltypes.c27 strcpy(alltypes.req_string, "1014"); in main()
Dalltypes.proto45 required string req_string = 14; field
/external/nanopb-c/tests/field_size_32/
Dalltypes.proto55 required string req_string = 14; field
/external/grpc-grpc/third_party/nanopb/tests/field_size_32/
Dalltypes.proto55 required string req_string = 14; field
/external/grpc-grpc/third_party/nanopb/tests/field_size_16/
Dalltypes.proto55 required string req_string = 14; field
/external/grpc-grpc/third_party/nanopb/tests/alltypes/
Dencode_alltypes.c34 strcpy(alltypes.req_string, "1014"); in main()
Dalltypes.proto56 required string req_string = 14; field
/external/nanopb-c/tests/field_size_16/
Dalltypes.proto55 required string req_string = 14; field
/external/nanopb-c/tests/alltypes/
Ddecode_alltypes.c50 TEST(strcmp(alltypes.req_string, "1014") == 0); in check_alltypes()
221 TEST(strcmp(alltypes.req_string, "") == 0); in check_alltypes()
Dencode_alltypes.c36 strcpy(alltypes.req_string, "1014"); in main()
Dalltypes.proto56 required string req_string = 14; field
/external/nanopb-c/tests/alltypes_callback/
Ddecode_alltypes_callback.c275 alltypes.req_string.funcs.decode = &read_string; in check_alltypes()
276 alltypes.req_string.arg = "1014"; in check_alltypes()
Dencode_alltypes_callback.c252 alltypes.req_string.funcs.encode = &write_string; in main()
253 alltypes.req_string.arg = "1014"; in main()
/external/grpc-grpc/third_party/nanopb/tests/alltypes_callback/
Ddecode_alltypes_callback.c269 alltypes.req_string.funcs.decode = &read_string; in check_alltypes()
270 alltypes.req_string.arg = "1014"; in check_alltypes()

12