PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
vendor
/
aws
/
aws-crt-php
/
ext
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ /* This is a unity-build style source file, as PHP's build system is simplest with 1 source file per extension */ #include "credentials.c" #include "crt.c" #include "event_loop.c" #include "http.c" #include "signing.c" #include "stream.c" // #include "hash.c" #include "crc.c" #include "logging.c" #include "php_util.c"
[-] signing.c
[edit]
[+]
..
[-] crc.c
[edit]
[-] logging.c
[edit]
[-] event_loop.c
[edit]
[-] credentials.c
[edit]
[-] awscrt.c
[edit]
[-] awscrt.stub.php
[edit]
[-] crt.c
[edit]
[-] php_util.c
[edit]
[-] .gitignore
[edit]
[-] php_aws_crt.h
[edit]
[-] awscrt_arginfo.h
[edit]
[-] stream.c
[edit]
[-] http.c
[edit]