.TA j JudySL_funcs - Online Linux Manual PageSection : 3
NAMEJudySL functions - C library for creating and accessing a dynamic array, using a null-terminated string as an index (associative array)
SYNOPSIS¶.ft B
PPvoid_t JudySLIns( PPvoid_t PPJSLArray, const uint8_t * Index, PJError_t PJError);
int JudySLDel( PPvoid_t PPJSLArray, const uint8_t * Index, PJError_t PJError);
PPvoid_t JudySLGet( Pcvoid_t PJSLArray, const uint8_t * Index, PJError_t PJError);
Word_t JudySLFreeArray(PPvoid_t PPJSLArray, PJError_t PJError);
PPvoid_t JudySLFirst( Pcvoid_t PJSLArray, uint8_t * Index, PJError_t PJError);
PPvoid_t JudySLNext( Pcvoid_t PJSLArray, uint8_t * Index, PJError_t PJError);
PPvoid_t JudySLLast( Pcvoid_t PJSLArray, uint8_t * Index, PJError_t PJError);
PPvoid_t JudySLPrev( Pcvoid_t PJSLArray, uint8_t * Index, PJError_t PJError);
¶.fi
DESCRIPTION
A macro equivalent exists for each function call. Because the macro forms are sometimes faster and have a simpler error handling interface than the equivalent functions, they are the preferred way of calling the JudySL functions. See JudySL(3) for more information. The function call definitions are included here for completeness. One of the difficulties in using the JudySL function calls lies in determining whether to pass a pointer or the address of a pointer. Since the functions that modify the JudySL array must also modify the pointer to the JudySL array, you must pass the address of the pointer rather than the pointer itself. This often leads to hard-to-debug programmatic errors. In practice, the macros allow the compiler to catch programming errors when pointers instead of addresses of pointers are passed. The JudySL function calls have an additional parameter beyond those specified in the macro calls. This parameter is either a pointer to an error structure, or NULL (in which case the detailed error information is not returned). In the following descriptions, the functions are described in terms of how the macros use them (only in the case of #define JUDYERROR_NOTEST 1). This is the suggested use of the macros after your program has been fully debugged. When the JUDYERROR_NOTEST macro is not specified, an error structure is declared to store error information returned from the JudySL functions when an error occurs. Notice the placement of the & in the different functions.
JudySLIns(&PJSLArray, Index, &JError) ¶#define JSLI(PValue, PJSLArray, Index)
PValue = JudyLIns(&PJSLArray, Index, PJE0)
¶.fi
JudySLDel(&PJSLArray, Index, &JError)
¶#define JSLD(Rc_int, PJSLArray, Index)
Rc_int = JudySLDel(&PJSLArray, Index, PJE0)
¶.fi
JudySLGet(PJSLArray, Index, &JError)
¶#define JSLG(PValue, PJSLArray, Index)
PValue = JudySLIns(PJSLArray, Index, PJE0)
¶.fi
JudySLFreeArray(&PJSLArray, &JError)
¶#define JSLFA(Rc_word, PJSLArray)
Rc_word = JudySLFreeArray(&PJSLArray, PJE0)
¶.fi
JudySLFirst(PJSLArray, Index, &JError)
¶#define JSLF(PValue, PJSLArray, Index)
PValue = JudySLFirst(PJSLArray, Index, PJE0)
¶.fi
JudySLNext(PJSLArray, Index, &JError)
¶#define JSLN(PValue, PJSLArray, Index)
PValue = JudySLNext(PJSLArray, Index, PJE0)
¶.fi
JudySLLast(PJSLArray, Index, &JError)
¶#define JSLL(PValue, PJSLArray, Index)
PValue = JudySLLast(PJSLArray, Index, PJE0)
¶.fi
JudySLPrev(PJSLArray, Index, &JError)
¶#define JSLP(PValue, PJSLArray, Index)
PValue = JudySLPrev(PJSLArray, Index, PJE0)
¶.fiDefinitions for all the Judy functions, the types
Pvoid_t,
Pcvoid_t,
PPvoid_t,
Word_t ,
JError_t,
and
PJError_t,
the constants
NULL,
JU_ERRNO_*,
JERR,
PPJERR,
and
PJE0
are provided in the Judy.h header file
(/usr/include/Judy.h).
Note: Callers should define JudySL arrays as type Pvoid_t,
which can be passed by value to functions that take
Pcvoid_t (constant Pvoid_t),
and also by address to functions that take PPvoid_t.The return type from most JudySL functions is PPvoid_t so
that the values stored in the array can be pointers to other objects,
which is a typical usage, or cast to a Word_t * when a pointer
to a value is required instead of a pointer to a pointer.
AUTHOR
Judy was invented by Doug Baskins and implemented by Hewlett-Packard.
SEE ALSOJudy(3), Judy1(3), JudyL(3), JudySL(3), JudyHS(3),
malloc(),
the Judy website, http://judy.sourceforge.net, for more information and Application Notes. 0
Johanes Gumabo
Data Size : 19,392 byte
man-JudySL_funcs.3Build : 2024-12-05, 20:55 :
Visitor Screen : x
Visitor Counter ( page / site ) : 4 / 166,059
Visitor ID : :
Visitor IP : 18.118.33.130 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.05
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.
ERROR : Need New Coding : (parse_manual_page_|249|J___udySLDel.3|3|TA|.TA j
)