Home
last modified time | relevance | path

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

12345678910

/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd.h63 #define MYSQLND_STR_W_LEN(str) str, (sizeof(str) - 1) argument
H A Dmysqlnd_connection.c1829 zend_string *str = zend_string_init(key, strlen(key), 1); local
/PHP-7.3/ext/snmp/
H A Dsnmp.c1903 zend_string *str; in php_snmp_add_property() local
/PHP-7.3/Zend/
H A Dzend_compile.c510 static inline int zend_add_literal_string(zend_op_array *op_array, zend_string **str) /* {{{ */ in zend_add_literal_string()
612 #define LITERAL_STR(op, str) do { \ argument
838 void *zend_hash_find_ptr_lc(HashTable *ht, const char *str, size_t len) { in zend_hash_find_ptr_lc()
3365 zend_string *str = Z_STR(name_node->u.constant); in zend_compile_dynamic_call() local
H A Dzend_compile.h127 zend_string *str; member
H A Dzend_types.h166 zend_string *str; member
/PHP-7.3/ext/sockets/
H A Dsockets.c1208 char *str; local
/PHP-7.3/ext/phar/
H A Dphar.c676 zend_string *str; local
/PHP-7.3/main/streams/
H A Dstreams.c1692 zend_string *str; in php_register_url_stream_wrapper() local
/PHP-7.3/main/
H A Dphp_streams.h312 #define php_stream_write_string(stream, str) _php_stream_write(stream, str, strlen(str)) argument
/PHP-7.3/ext/fileinfo/libmagic/
H A Dapprentice.c678 nonmagic(const char *str) in nonmagic()
/PHP-7.3/ext/session/
H A Dsession.c2399 zend_string *str = NULL; in PHP_FUNCTION() local
/PHP-7.3/ext/gd/
H A Dgd.c3629 unsigned char *str = NULL; in php_imagechar() local
3993 char *str = NULL, *fontname = NULL; in php_imagettftext_common() local
/PHP-7.3/ext/openssl/
H A Dxp_ssl.c92 #define GET_VER_OPT_STRING(name, str) \ argument
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.h236 StrNode str; member
H A Dregcomp.c7169 char* str; in print_indent_tree() local
H A Dunicode_property_data.c25345 hash (register const char *str, register size_t len) in hash()
27024 unicode_lookup_property_name (register const char *str, register size_t len) in unicode_lookup_property_name()
/PHP-7.3/ext/mysqli/
H A Dmysqli_api.c39 static void mysqli_tx_cor_options_to_string(const MYSQL * const conn, smart_str * str, const uint32… in mysqli_tx_cor_options_to_string()
/PHP-7.3/ext/standard/
H A Dfilters.c1218 zend_string *str = zval_get_tmp_string(tmpval, &tmp); in php_conv_get_string_prop_ex() local
/PHP-7.3/ext/spl/
H A Dspl_directory.c2880 char *str; in SPL_METHOD() local
/PHP-7.3/ext/soap/
H A Dphp_sdl.c1782 static void sdl_serialize_string(const char *str, smart_str *out) in sdl_serialize_string()
/PHP-7.3/ext/zip/
H A Dphp_zip.c811 zend_string *str; in php_zip_register_prop_handler() local
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c179 PCRE2_SPTR str; member

Completed in 274 milliseconds

12345678910