Searched defs:namelen (Results 1 – 15 of 15) sorted by relevance
/PHP-7.3/main/streams/ |
H A D | transports.c | 54 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create() 191 const char *name, size_t namelen, in php_stream_xport_bind() 219 const char *name, size_t namelen, in php_stream_xport_connect()
|
H A D | php_stream_transport.h | 56 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument 143 size_t namelen; member
|
/PHP-7.3/ext/com_dotnet/ |
H A D | com_com.c | 422 size_t namelen, DISPID *dispid) in php_com_get_id_of_name() 647 int php_com_do_invoke(php_com_dotnet_object *obj, char *name, size_t namelen, in php_com_do_invoke() 827 size_t namelen; in PHP_FUNCTION() local
|
H A D | com_wrapper.c | 176 size_t namelen; in disp_getidsofnames() local 220 size_t namelen; in disp_getdispid() local
|
/PHP-7.3/ext/pdo/ |
H A D | pdo.c | 183 pdo_driver_t *pdo_find_driver(const char *name, int namelen) /* {{{ */ in pdo_find_driver()
|
H A D | pdo_dbh.c | 965 size_t namelen; in PHP_METHOD() local 1302 size_t namelen; in pdo_hash_methods() local
|
/PHP-7.3/win32/ |
H A D | sendmail.c | 742 int res, namelen; in MailConnect() local
|
/PHP-7.3/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 1228 static int phpdbg_watchpoint_parse_wrapper(char *name, size_t namelen, char *key, size_t keylen, Ha… 1267 static int phpdbg_watchpoint_parse_step(char *name, size_t namelen, char *key, size_t keylen, HashT…
|
H A D | phpdbg_utils.c | 480 size_t namelen, keylen; in phpdbg_parse_variable_with_arg() local
|
/PHP-7.3/ext/simplexml/ |
H A D | simplexml.c | 989 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add() 1112 int namelen; in sxe_get_prop_hash() local 1643 int namelen; in SXE_METHOD() local
|
/PHP-7.3/ext/pdo_oci/ |
H A D | oci_statement.c | 529 ub4 namelen; in oci_stmt_describe() local
|
/PHP-7.3/ext/standard/ |
H A D | pack.c | 754 int namelen; in PHP_FUNCTION() local
|
/PHP-7.3/ext/soap/ |
H A D | php_http.c | 168 zend_long namelen; in http_connect() local
|
/PHP-7.3/ext/session/ |
H A D | session.c | 914 int namelen; in PS_SERIALIZER_DECODE_FUNC() local 984 ptrdiff_t namelen; in PS_SERIALIZER_DECODE_FUNC() local
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 2151 uint32_t namelen = 0; in read_name() local 2328 uint32_t namelen; in parse_regex() local
|
Completed in 138 milliseconds