Searched defs:namelen (Results 1 – 13 of 13) sorted by relevance
/php-src/main/streams/ |
H A D | transports.c | 52 PHPAPI php_stream *_php_stream_xport_create(const char *name, size_t namelen, int options, in _php_stream_xport_create() 202 const char *name, size_t namelen, in php_stream_xport_bind() 230 const char *name, size_t namelen, in php_stream_xport_connect()
|
H A D | php_stream_transport.h | 54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument 141 size_t namelen; member
|
/php-src/ext/pdo/ |
H A D | pdo.c | 151 pdo_driver_t *pdo_find_driver(const char *name, int namelen) /* {{{ */ in pdo_find_driver()
|
H A D | pdo_dbh.c | 1337 size_t namelen; in pdo_hash_methods() local
|
/php-src/sapi/phpdbg/ |
H A D | phpdbg_watch.c | 1294 static int phpdbg_watchpoint_parse_wrapper(char *name, size_t namelen, char *key, size_t keylen, Ha… 1335 static int phpdbg_watchpoint_parse_step(char *name, size_t namelen, char *key, size_t keylen, HashT…
|
H A D | phpdbg_utils.c | 496 size_t namelen, keylen; in phpdbg_parse_variable_with_arg() local
|
/php-src/win32/ |
H A D | sendmail.c | 799 int res, namelen; in MailConnect() local
|
/php-src/ext/com_dotnet/ |
H A D | com_com.c | 801 size_t namelen; in PHP_FUNCTION() local
|
/php-src/ext/simplexml/ |
H A D | simplexml.c | 951 static void sxe_properties_add(HashTable *rv, char *name, int namelen, zval *value) /* {{{ */ in sxe_properties_add() 1065 int namelen; in sxe_get_prop_hash() local 1607 int namelen; in PHP_METHOD() local
|
/php-src/ext/standard/ |
H A D | pack.c | 743 int namelen; in PHP_FUNCTION() local
|
/php-src/ext/soap/ |
H A D | php_http.c | 172 zend_long namelen; in http_connect() local
|
/php-src/ext/session/ |
H A D | session.c | 1046 size_t namelen = ((unsigned char)(*p)) & (~PS_BIN_UNDEF); in PS_SERIALIZER_DECODE_FUNC() local 1114 ptrdiff_t namelen; in PS_SERIALIZER_DECODE_FUNC() local
|
/php-src/ext/pcre/pcre2lib/ |
H A D | pcre2_compile.c | 2778 uint32_t namelen; in parse_regex() local
|
Completed in 73 milliseconds