Home
last modified time | relevance | path

Searched defs:arg (Results 26 – 50 of 133) sorted by relevance

123456

/PHP-7.0/sapi/litespeed/
H A Dlsapilib.h281 static inline int LSAPI_ForeachHeader( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachHeader()
285 LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachOrgHeader()
288 static inline int LSAPI_ForeachEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachEnv()
291 static inline int LSAPI_ForeachSpecialEnv( LSAPI_CB_EnvHandler fn, void * arg ) in LSAPI_ForeachSpecialEnv()
/PHP-7.0/main/
H A DSAPI.c171 SAPI_API void sapi_handle_post(void *arg) in sapi_handle_post()
660 SAPI_API int sapi_header_op(sapi_header_op_enum op, void *arg) in sapi_header_op()
980 SAPI_API int sapi_register_treat_data(void (*treat_data)(int arg, char *str, zval *destArray)) in sapi_register_treat_data()
989 SAPI_API int sapi_register_input_filter(unsigned int (*input_filter)(int arg, char *var, char **val… in sapi_register_input_filter()
/PHP-7.0/ext/skeleton/
H A Dskeleton.c38 char *arg = NULL; in PHP_FUNCTION() local
/PHP-7.0/Zend/
H A Dzend_vm_def.h4252 zval *value, *arg; variable
4269 zval *value, *arg; variable
4300 zval *varptr, *arg; variable
4340 zval *varptr, *arg; variable
4374 zval *varptr, *arg; variable
4408 zval *varptr, *arg; variable
4468 zval *arg, *top; variable
4543 zval *arg, *top; variable
4646 zval *arg, *param; variable
4654 ZEND_HASH_FOREACH_VAL(ht, arg) { argument
[all …]
H A Dzend_exceptions.c520 static void _build_trace_args(zval *arg, smart_str *str) /* {{{ */ in _build_trace_args()
623 zval *arg; in _build_trace_string() local
691 va_list arg; in zend_spprintf() local
703 va_list arg; in zend_strpprintf() local
970 va_list arg; in zend_throw_exception_ex() local
/PHP-7.0/ext/filter/
H A Dfilter.c420 static unsigned int php_sapi_filter(int arg, char *var, char **val, size_t val_len, size_t *new_val… in php_sapi_filter()
525 static zval *php_filter_get_storage(zend_long arg)/* {{{ */ in php_filter_get_storage()
571 zend_long arg; in PHP_FUNCTION() local
/PHP-7.0/ext/intl/collator/
H A Dcollator_convert.c388 zval* collator_make_printable_zval( zval* arg, zval *rv) in collator_make_printable_zval()
427 zval* collator_normalize_sort_argument( zval* arg, zval *rv ) in collator_normalize_sort_argument()
/PHP-7.0/ext/intl/breakiterator/
H A Dbreakiterator_methods.cpp210 zend_long arg; in _breakiter_int32_ret_int32() local
264 zval *arg; in PHP_FUNCTION() local
/PHP-7.0/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c106 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_14.c208 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_15.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_16.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_2.c193 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_3.c202 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_4.c204 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_5.c192 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_7.c188 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Diso8859_9.c195 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
H A Dkoi8.c217 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_apply_all_case_fold()
H A Dkoi8_r.c179 OnigApplyAllCaseFoldFunc f, void* arg) in koi8_r_apply_all_case_fold()
H A Dcp1251.c167 OnigApplyAllCaseFoldFunc f, void* arg) in cp1251_apply_all_case_fold()
H A Diso8859_10.c206 OnigApplyAllCaseFoldFunc f, void* arg) in apply_all_case_fold()
/PHP-7.0/ext/standard/
H A Durl_scanner_ex.h39 smart_str arg; /* read only */ member
H A Dmd5.c49 zend_string *arg; in PHP_NAMED_FUNCTION() local
77 char *arg; in PHP_NAMED_FUNCTION() local
/PHP-7.0/ext/ftp/
H A Dftp.c835 char arg[11]; in ftp_get() local
929 char arg[11]; in ftp_put() local
1522 char arg[sizeof("255, 255, 255, 255, 255, 255")]; in ftp_getdata() local
1898 char arg[11]; in ftp_nb_get() local
2015 char arg[11]; in ftp_nb_put() local

Completed in 74 milliseconds

123456