Next: Fixed Size Data Array Traversal Library, Previous: Fixed Size Data Array Library, Up: Fixed Size Data Array Interface [Index]
int x1f4_fgxd_??fset(void *, void *, void **)
stores the start address of the first $1 associative array item greater than the $2 key, if any, at $3
returns 0 if no match was found, non zero otherwise
int x1f4_fmxd_??fset(void *, void *, void **)
stores the start address of the first $1 associative array item matching the $2 key, if any, at $3
returns 0 if no match was found, non zero otherwise
int x1f4_fxxd_??fset(void *, void *, void **)
stores the start address of the first $1 associative array item greater or matching the $2 key, if any, at $3
returns 0 if no match was found, non zero otherwise
int x1f4_llxd_??fset(void *, void *, void **)
stores the start address of the last $1 associative array item less than the $2 key, if any, at $3
returns 0 if no match was found, non zero otherwise
int x1f4_lmxd_??fset(void *, void *, void **)
stores the start address of the last $1 associative array item matching the $2 key, if any, at $3
returns 0 if no match was found, non zero otherwise
int x1f4_lxxd_??fset(void *, void *, void **)
stores the start address of the last $1 associative array item less or matching the $2 key, if any, at $3
returns 0 if no match was found, non zero otherwise
Next: Fixed Size Data Array Traversal Library, Previous: Fixed Size Data Array Library, Up: Fixed Size Data Array Interface [Index]