Home
last modified time | relevance | path

Searched refs:collations (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/pdo_sqlite/
H A Dphp_pdo_sqlite_int.h52 struct pdo_sqlite_collation *collations; member
H A Dsqlite_driver.c127 while (H->collations) { in pdo_sqlite_cleanup_callbacks()
129 collation = H->collations; in pdo_sqlite_cleanup_callbacks()
130 H->collations = collation->next; in pdo_sqlite_cleanup_callbacks()
658 collation->next = H->collations; in pdo_sqlite_create_collation_internal()
659 H->collations = collation; in pdo_sqlite_create_collation_internal()
721 struct pdo_sqlite_collation *collation = H->collations; in pdo_sqlite_get_gc()
/php-src/ext/sqlite3/
H A Dphp_sqlite3_structs.h68 php_sqlite3_collation *collations; member
H A Dsqlite3.c1067 collation->next = db_obj->collations; in PHP_METHOD()
1068 db_obj->collations = collation; in PHP_METHOD()
2213 while (intern->collations){ in php_sqlite3_object_free_storage()
2214 collation = intern->collations; in php_sqlite3_object_free_storage()
2215 intern->collations = collation->next; in php_sqlite3_object_free_storage()
2246 if (intern->funcs == NULL && intern->collations == NULL) { in php_sqlite3_get_gc()
2262 php_sqlite3_collation *collation = intern->collations; in php_sqlite3_get_gc()
/php-src/ext/mysqli/tests/
H A Dmysqli_change_user_set_names.phpt110 printf("[011] Charsets/collations have not been reset.\n");
118 printf("[012] Charsets/collations have not been reset to their defaults.\n");

Completed in 18 milliseconds