Previous: String Key Variable Size Value Array Library, Up: String Key Variable Size Value Array Interface [Index]
int x1f4_fgxq_??note (void *, const char *, void **, const char **, unsigned *)
looks up the $1 associative array node corresponding the first key greater than $2 and upon look up success, stores the start address of the found element at $3, and the start address and size of its corresponding key at $4 and $5, respectively.
returns 0 if no match was found, non zero otherwise
int x1f4_fxxq_??note (void *, const char *, void **, const char **, unsigned *)
looks up the $1 associative array node corresponding the first key greater or matching $2 and upon look up success, stores the start address of the found element at $3, and the start address and size of its corresponding key at $4 and $5, respectively.
returns 0 if no match was found, non zero otherwise
int x1f4_llxq_??note (void *, const char *, void **, const char **, unsigned *)
looks up the $1 associative array node corresponding the last key less than $2 and upon look up success, stores the start address of the found element at $3, and the start address and size of its corresponding key at $4 and $5, respectively.
returns 0 if no match was found, non zero otherwise
int x1f4_lxxq_??note (void *, const char *, void **, const char **, unsigned *)
looks up the $1 associative array node corresponding the last key less or matching $2 and upon look up success, stores the start address of the found element at $3, and the start address and size of its corresponding key at $4 and $5, respectively.
returns 0 if no match was found, non zero otherwise