Home
last modified time | relevance | path

Searched refs:uint (Results 26 – 50 of 163) sorted by relevance

1234567

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd_bt.c157 uint * level; in mysqlnd_build_trace_string()
159 level = va_arg(args, uint *); in mysqlnd_build_trace_string()
204 mysqlnd_get_backtrace(uint max_levels, size_t * length TSRMLS_DC) in mysqlnd_get_backtrace()
/PHP-5.6/main/
H A Dphp_variables.c533 zend_bool php_std_auto_global_callback(char *name, uint name_len TSRMLS_DC) in php_std_auto_global_callback()
672 uint string_key_len; in php_autoglobal_merge()
705 static zend_bool php_auto_globals_create_server(const char *name, uint name_len TSRMLS_DC);
706 static zend_bool php_auto_globals_create_env(const char *name, uint name_len TSRMLS_DC);
722 static zend_bool php_auto_globals_create_get(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_get()
745 static zend_bool php_auto_globals_create_post(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_post()
771 static zend_bool php_auto_globals_create_cookie(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_cookie()
794 static zend_bool php_auto_globals_create_files(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_files()
830 static zend_bool php_auto_globals_create_server(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_server()
869 static zend_bool php_auto_globals_create_env(const char *name, uint name_len TSRMLS_DC) in php_auto_globals_create_env()
[all …]
H A Dwin95nt.h55 typedef unsigned int uint; typedef
H A DSAPI.c194 uint content_type_length = strlen(SG(request_info).content_type); in sapi_read_post_data()
316 static inline char *get_default_content_type(uint prefix_len, uint *len TSRMLS_DC) in get_default_content_type()
319 uint mimetype_len, charset_len; in get_default_content_type()
358 uint len; in sapi_get_default_content_type()
366 uint len; in sapi_get_default_content_type_header()
610 static void sapi_remove_header(zend_llist *l, char *name, uint len) { in sapi_remove_header()
638 SAPI_API int sapi_add_header_ex(char *header_line, uint header_line_len, zend_bool duplicate, zend_… in sapi_add_header_ex()
681 uint header_line_len; in sapi_header_op()
872 uint len; in sapi_send_headers()
H A Dphp_ini.c83 uint display_string_length, esc_html=0; in php_ini_displayer_cb()
283 uint key_len; in php_ini_parser_cb()
790 uint str_len; in php_ini_activate_config()
814 PHPAPI void php_ini_activate_per_dir_config(char *path, uint path_len TSRMLS_DC)
865 PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC)
880 PHPAPI zval *cfg_get_entry(const char *name, uint name_length)
/PHP-5.6/Zend/
H A Dzend.h216 #define ZEND_FILE_LINE_D const char *__zend_filename, const uint __zend_lineno
218 #define ZEND_FILE_LINE_ORIG_D const char *__zend_orig_filename, const uint __zend_orig_lineno
546 …void (*error_function)(int type, const char *error_filename, const uint error_lineno, const char *…
548 int (*write_function)(const char *str, uint str_length);
553 int (*get_configuration_directive)(const char *name, uint name_length, zval *contents);
564 uint import_use_extension_length;
568 typedef int (*zend_write_func_t)(const char *str, uint str_length);
615 ZEND_API void _zend_bailout(char *filename, uint lineno);
704 extern ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno…
738 ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents);
H A Dzend_highlight.h47 ZEND_API void zend_html_puts(const char *s, uint len TSRMLS_DC);
H A Dzend_operators.h365 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2);
366 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length);
367 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2);
368 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len…
369 ZEND_API int zend_binary_strncasecmp_l(const char *s1, uint len1, const char *s2, uint len2, uint l…
H A Dzend_language_scanner.h37 uint lineno;
H A Dzend_config.w32.h44 typedef unsigned int uint; typedef
H A Dzend.c56 ZEND_API void (*zend_error_cb)(int type, const char *error_filename, const uint error_lineno, const…
64 static int (*zend_get_configuration_directive_p)(const char *name, uint name_length, zval *contents…
130 static uint zend_version_info_length;
140 uint str_len; in print_hash()
202 uint str_len; in print_flat_hash()
624 static zend_bool php_auto_globals_create_globals(const char *name, uint name_len TSRMLS_DC) /* {{{ … in php_auto_globals_create_globals()
884 ZEND_API void _zend_bailout(char *filename, uint lineno) /* {{{ */ in BEGIN_EXTERN_C()
904 uint new_info_length; in END_EXTERN_C()
1004 ZEND_API int zend_get_configuration_directive(const char *name, uint name_length, zval *contents) /… in END_EXTERN_C()
1039 uint error_lineno; in zend_error()
H A Dzend_operators.c1463 uint res_len = Z_STRLEN_P(op1) + Z_STRLEN_P(op2); in concat_function()
2179 ZEND_API int zend_binary_strcmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcmp()
2195 ZEND_API int zend_binary_strncmp(const char *s1, uint len1, const char *s2, uint len2, uint length)… in zend_binary_strncmp()
2211 ZEND_API int zend_binary_strcasecmp(const char *s1, uint len1, const char *s2, uint len2) /* {{{ */ in zend_binary_strcasecmp()
2233 ZEND_API int zend_binary_strncasecmp(const char *s1, uint len1, const char *s2, uint len2, uint len… in zend_binary_strncasecmp()
2254 ZEND_API int zend_binary_strcasecmp_l(const char *s1, uint len1, const char *s2, uint len2) /* {{{ … in zend_binary_strcasecmp_l()
2276 ZEND_API int zend_binary_strncasecmp_l(const char *s1, uint len1, const char *s2, uint len2, uint l… in zend_binary_strncasecmp_l()
H A Dzend_API.c1009 ZEND_API int _array_init(zval *arg, uint size ZEND_FILE_LINE_DC) /* {{{ */ in _array_init()
1224 ZEND_API int add_assoc_long_ex(zval *arg, const char *key, uint key_len, long n) /* {{{ */ in add_assoc_long_ex()
1235 ZEND_API int add_assoc_null_ex(zval *arg, const char *key, uint key_len) /* {{{ */ in add_assoc_null_ex()
1246 ZEND_API int add_assoc_bool_ex(zval *arg, const char *key, uint key_len, int b) /* {{{ */ in add_assoc_bool_ex()
1257 ZEND_API int add_assoc_resource_ex(zval *arg, const char *key, uint key_len, int r) /* {{{ */ in add_assoc_resource_ex()
1268 ZEND_API int add_assoc_double_ex(zval *arg, const char *key, uint key_len, double d) /* {{{ */ in add_assoc_double_ex()
1295 ZEND_API int add_assoc_stringl_ex(zval *arg, const char *key, uint key_len, char *str, uint length,… in add_assoc_stringl_ex()
1510 …I int add_get_assoc_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint len… in add_get_assoc_stringl_ex()
1716 …PI int add_property_stringl_ex(zval *arg, const char *key, uint key_len, const char *str, uint len… in add_property_stringl_ex()
2715 ZEND_API int zend_disable_class(char *class_name, uint class_name_length TSRMLS_DC) /* {{{ */ in zend_disable_class()
[all …]
H A Dzend_qsort.c67 uint offset; in zend_qsort_r()
/PHP-5.6/ext/standard/tests/strings/
H A Dbug36306.phpt7 PHP does not have uint values, you cannot
/PHP-5.6/sapi/roxen/
H A Droxen.c214 php_roxen_low_ub_write(const char *str, uint str_length TSRMLS_DC) { in php_roxen_low_ub_write()
245 php_roxen_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_roxen_sapi_ub_write()
390 INLINE static int php_roxen_low_read_post(char *buf, uint count_bytes) in php_roxen_low_read_post()
392 uint total_read = 0; in php_roxen_low_read_post()
417 php_roxen_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_roxen_sapi_read_post()
419 uint total_read = 0; in php_roxen_sapi_read_post()
/PHP-5.6/sapi/aolserver/
H A Daolserver.c89 php_ns_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_ns_sapi_ub_write()
92 uint sent = 0; in php_ns_sapi_ub_write()
165 php_ns_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_ns_sapi_read_post()
167 uint max_read; in php_ns_sapi_read_post()
168 uint total_read = 0; in php_ns_sapi_read_post()
/PHP-5.6/sapi/pi3web/
H A Dpi3web_sapi.c123 static int zend_pi3web_ub_write(const char *str, uint str_length TSRMLS_DC) in zend_pi3web_ub_write()
145 static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) in accumulate_header_length()
164 uint total_length = 2; /* account for the trailing \r\n */ in sapi_pi3web_send_headers()
212 static int sapi_pi3web_read_post(char *buffer, uint count_bytes TSRMLS_DC) in sapi_pi3web_read_post()
/PHP-5.6/sapi/caudium/
H A Dcaudium.c212 php_caudium_low_ub_write(const char *str, uint str_length TSRMLS_DC) { in php_caudium_low_ub_write()
242 php_caudium_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_caudium_sapi_ub_write()
398 INLINE static int php_caudium_low_read_post(char *buf, uint count_bytes) in php_caudium_low_read_post()
400 uint total_read = 0; in php_caudium_low_read_post()
423 php_caudium_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_caudium_sapi_read_post()
425 uint total_read = 0; in php_caudium_sapi_read_post()
/PHP-5.6/sapi/phttpd/
H A Dphttpd.c56 php_phttpd_sapi_ub_write(const char *str, uint str_length TSRMLS_DC) in php_phttpd_sapi_ub_write()
129 php_phttpd_sapi_read_post(char *buf, uint count_bytes TSRMLS_DC) in php_phttpd_sapi_read_post()
/PHP-5.6/sapi/apache2filter/
H A Dapache_config.c127 uint str_len; in merge_php_config()
166 uint str_len; in apply_config()
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_php.c51 static void fpm_php_disable(char *value, int (*zend_disable)(char *, uint TSRMLS_DC) TSRMLS_DC) /* … in fpm_php_disable()
265 uint string_len; in fpm_php_get_string_from_table()
/PHP-5.6/ext/com_dotnet/
H A Dphp_com_dotnet_internal.h88 uint *string_len, int codepage TSRMLS_DC);
90 uint string_len, int codepage TSRMLS_DC);
/PHP-5.6/ext/standard/
H A Dphp_string.h138 PHPAPI int php_char_to_str_ex(char *str, uint len, char from, char *to, int to_len, zval *result, i…
139 PHPAPI int php_char_to_str(char *str, uint len, char from, char *to, int to_len, zval *result);
/PHP-5.6/sapi/apache2handler/
H A Dapache_config.c145 uint str_len; in merge_php_config()
188 uint str_len; in apply_config()

Completed in 83 milliseconds

1234567