Home
last modified time | relevance | path

Searched defs:str (Results 151 – 175 of 226) sorted by relevance

12345678910

/PHP-7.4/main/streams/
H A Dtransports.c32 zend_string *str = zend_string_init_interned(protocol, strlen(protocol), 1); in php_stream_xport_register() local
H A Dxp_socket.c578 static inline char *parse_ip_address_ex(const char *str, size_t str_len, int *portno, int get_err, … in parse_ip_address_ex()
/PHP-7.4/ext/fileinfo/libmagic/
H A Dfuncs.c601 file_printable(char *buf, size_t bufsiz, const char *str, size_t slen) in file_printable()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c214 static void *zend_file_cache_serialize_interned(zend_string *str,
241 static void *zend_file_cache_unserialize_interned(zend_string *str, int in_shm)
H A Dzend_accelerator_module.c548 char *str; local
/PHP-7.4/ext/oci8/
H A Doci8_collection.c537 text *str; in php_oci_collection_element_get() local
/PHP-7.4/ext/curl/
H A Dmulti.c465 const char *str; in PHP_FUNCTION() local
/PHP-7.4/sapi/apache2handler/
H A Dsapi_apache2.c553 zend_string *str; in php_apache_ini_dtor() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_typeinfo.c147 char *str = NULL; in php_com_load_typelib() local
H A Dcom_com.c689 char *str; in PHP_FUNCTION() local
/PHP-7.4/win32/
H A Dsendmail.c60 #define SMTP_SKIP_SPACE(str) { while (isspace(*str)) { str++; } } argument
/PHP-7.4/ext/intl/converter/
H A Dconverter.c757 char *str; in PHP_METHOD() local
791 char *str, *src, *dest; in PHP_METHOD() local
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c245 static inline size_t sapi_cgibin_single_write(const char *str, uint32_t str_length) /* {{{ */ in sapi_cgibin_single_write()
272 static size_t sapi_cgibin_ub_write(const char *str, size_t str_length) /* {{{ */ in sapi_cgibin_ub_write()
/PHP-7.4/ext/zip/
H A Dphp_zip.c806 zend_string *str; in php_zip_register_prop_handler() local
879 zend_string *str = zval_try_get_string_func(member); in php_zip_get_property_ptr_ptr() local
914 zend_string *str = zval_try_get_string_func(member); in php_zip_read_property() local
954 zend_string *str = zval_try_get_string_func(member); in php_zip_has_property() local
/PHP-7.4/Zend/
H A Dzend_vm_def.h395 zend_string *str; variable
3180 zend_string *op1_str, *op2_str, *str; variable
3189 zend_string *str; variable
5707 zend_string *str; variable
6909 zend_string *str; variable
8115 zend_string *str; variable
H A Dzend_portability.h485 #define ZEND_STRL(str) (str), (sizeof(str)-1) argument
486 #define ZEND_STRS(str) (str), (sizeof(str)) argument
H A Dzend_ini.c497 ZEND_API zend_bool zend_ini_parse_bool(zend_string *str) in zend_ini_parse_bool()
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_cmd.h66 char *str; member
/PHP-7.4/ext/ffi/
H A Dphp_ffi.h205 const char *str; member
/PHP-7.4/ext/dom/
H A Ddocument.c332 zend_string *str; in dom_document_encoding_write() local
430 zend_string *str; in dom_document_version_write() local
661 zend_string *str; in dom_document_document_uri_write() local
/PHP-7.4/ext/gmp/
H A Dgmp.c767 zend_string *str; in gmp_strval() local
785 if (ZSTR_VAL(str)[ZSTR_LEN(str) - 1] == '\0') { in gmp_strval() local
788 ZSTR_VAL(str)[ZSTR_LEN(str)] = '\0'; in gmp_strval() local
/PHP-7.4/ext/simplexml/
H A Dsimplexml.c261 zend_string *str = zval_try_get_string_func(member); in sxe_prop_dim_read() local
724 zend_string *str = zval_try_get_string_func(member); in sxe_prop_dim_exists() local
847 zend_string *str = zval_try_get_string_func(member); in sxe_prop_dim_delete() local
/PHP-7.4/main/
H A Dphp.h280 #define STR_PRINT(str) ((str)?(str):"") argument
H A Dphp_ini.c814 zend_string *str; in php_ini_activate_config() local
/PHP-7.4/ext/phar/
H A Dtar.c1050 zend_string *str = php_stream_copy_to_mem(stubfile, len, 0); in phar_tar_flush() local

Completed in 128 milliseconds

12345678910