Searched refs:string1_len (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/pdo_sqlite/ |
H A D | pdo_sqlite.c | 335 static int php_sqlite_collation_callback(void *context, int string1_len, const void *string1, in php_sqlite_collation_callback() argument 344 ZVAL_STRINGL(&zargs[0], (char *) string1, string1_len); in php_sqlite_collation_callback()
|
H A D | sqlite_driver.c | 456 static int php_sqlite3_collation_callback(void *context, int string1_len, const void *string1, int … in php_sqlite3_collation_callback() argument 464 ZVAL_STRINGL(&zargs[0], (char *) string1, string1_len); in php_sqlite3_collation_callback()
|
Completed in 8 milliseconds