Home
last modified time | relevance | path

Searched refs:DSG (Results 1 – 4 of 4) sorted by relevance

/ext-ds/
H A Dphp_ds.h43 #define DSG(v) TSRMG(ds_globals_id, zend_ds_globals *, v) macro
45 #define DSG(v) (ds_globals.v)
/ext-ds/src/php/
H A Dparameters.h73 DSG(user_compare_fci) = empty_fcall_info; \
74 DSG(user_compare_fci_cache) = empty_fcall_info_cache; \
75 PARSE_2("f", &DSG(user_compare_fci), &DSG(user_compare_fci_cache))
/ext-ds/src/
H A Dcommon.c63 DSG(user_compare_fci).param_count = 2; in ds_zval_user_compare_func()
64 DSG(user_compare_fci).params = params; in ds_zval_user_compare_func()
65 DSG(user_compare_fci).retval = &retval; in ds_zval_user_compare_func()
68 &DSG(user_compare_fci), in ds_zval_user_compare_func()
69 &DSG(user_compare_fci_cache)) == SUCCESS) { in ds_zval_user_compare_func()
/ext-ds/src/ds/
H A Dds_htable.c538 DSG(user_compare_fci).param_count = 2; in user_compare_by_value()
539 DSG(user_compare_fci).params = params; in user_compare_by_value()
540 DSG(user_compare_fci).retval = &retval; in user_compare_by_value()
542 if (zend_call_function(&DSG(user_compare_fci), &DSG(user_compare_fci_cache)) == SUCCESS) { in user_compare_by_value()
557 DSG(user_compare_fci).param_count = 2; in user_compare_by_key()
558 DSG(user_compare_fci).params = params; in user_compare_by_key()
559 DSG(user_compare_fci).retval = &retval; in user_compare_by_key()
561 if (zend_call_function(&DSG(user_compare_fci), &DSG(user_compare_fci_cache)) == SUCCESS) { in user_compare_by_key()

Completed in 16 milliseconds