Searched refs:xCompare (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1136 int function (void*,int,const void*,int,const void*) xCompare
1144 int function (void*,int,const void*,int,const void*) xCompare,
1153 int function (void*,int,const void*,int,const void*) xCompare
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h6267 ** to the collating function callback, xCompare.
6276 ** ^The fifth argument, xCompare, is a pointer to the collating function.
6280 ** ^If the xCompare argument is NULL then the collating function is
6331 int(*xCompare)(void*,int,const void*,int,const void*)
6338 int(*xCompare)(void*,int,const void*,int,const void*),
6346 int(*xCompare)(void*,int,const void*,int,const void*)
H A Dsqlite3.c6580 ** to the collating function callback, xCompare.
6589 ** ^The fifth argument, xCompare, is a pointer to the collating function.
6593 ** ^If the xCompare argument is NULL then the collating function is
6644 int(*xCompare)(void*,int,const void*,int,const void*)
6651 int(*xCompare)(void*,int,const void*,int,const void*),
6659 int(*xCompare)(void*,int,const void*,int,const void*)
102563 SorterCompare xCompare; /* Compare function to use */ member in struct:SortSubtask
104768 SorterCompare xCompare = vdbeSorterGetCompare(pSorter); local
[all...]

Completed in 566 milliseconds