Searched refs:collation (Results 1 - 5 of 5) sorted by relevance
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 4605 ** ^These functions add, remove, or modify a [collation] associated 4608 ** ^The name of the collation is a UTF-8 string 4638 ** that collation is no longer usable. 4647 ** to the same collation name (using different eTextRep values) then all 4667 ** calls to the collation creation functions or when the 4707 ** ^To avoid having to register all collation sequences before a database 4709 ** [database connection] to be invoked whenever an undefined collation 4713 ** then it is passed the names of undefined collation sequences as strings 4716 ** ^A call to either function replaces the existing collation-needed callback. 4722 ** or [SQLITE_UTF16LE], indicating the most desirable form of the collation [all...] |
| /PHP_5_5/ext/pdo_sqlite/ |
| H A D | sqlite_driver.c | 134 struct pdo_sqlite_collation *collation; local 135 collation = H->collations; 136 H->collations = collation->next; 139 /* delete the collation from the handle */ 141 collation->name, 143 collation, 147 efree((char*)collation->name); 148 if (collation->callback) { 149 zval_ptr_dtor(&collation->callback); 151 efree(collation); 489 struct pdo_sqlite_collation *collation = (struct pdo_sqlite_collation*) context; local 670 struct pdo_sqlite_collation *collation; local [all...] |
| /PHP_5_5/ext/sqlite3/ |
| H A D | sqlite3.c | 864 php_sqlite3_collation *collation = (php_sqlite3_collation*)coll; local 871 collation->fci.fci.size = (sizeof(collation->fci.fci)); 872 collation->fci.fci.function_table = EG(function_table); 873 collation->fci.fci.function_name = collation->cmp_func; 874 collation->fci.fci.symbol_table = NULL; 875 collation->fci.fci.object_ptr = NULL; 876 collation->fci.fci.retval_ptr_ptr = &retval; 877 collation 1032 php_sqlite3_collation *collation; local 2030 php_sqlite3_collation *collation; local [all...] |
| /PHP_5_5/ext/mysqli/ |
| H A D | mysqli_nonapi.c | 997 const char *name = NULL, *collation = NULL, *dir = NULL, *comment = NULL; local 1014 collation = (char *)cs.name; 1028 collation = cs->collation; 1038 add_property_string(return_value, "collation",(collation) ? (char *)collation : "", 1);
|
| /PHP_5_5/ext/mysqlnd/ |
| H A D | mysqlnd_structs.h | 140 const char *collation; member in struct:st_mysqlnd_charset
|
Completed in 108 milliseconds