Home
last modified time | relevance | path

Searched defs:CollSeq (Results 1 – 1 of 1) sorted by relevance

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c9293 typedef struct CollSeq CollSeq; typedef
11393 struct CollSeq { struct
11394 char *zName; /* Name of the collating sequence, UTF-8 encoded */
11395 u8 enc; /* Text encoding handled by xCmp() */
11396 void *pUser; /* First argument to xCmp() */
11397 int (*xCmp)(void*,int, const void*, int, const void*);
11398 void (*xDel)(void*); /* Destructor for pUser */

Completed in 293 milliseconds