Home
last modified time | relevance | path

Searched refs:pname (Results 126 – 136 of 136) sorted by relevance

123456

/php-src/ext/mysqli/
H A Dmysqli.c45 while (b[i].pname != NULL) { \
46 mysqli_add_property((a), (b)[i].pname, (b)[i].pname_length, \
295 void mysqli_add_property(HashTable *h, const char *pname, size_t pname_len, mysqli_read_t r_func, m… in mysqli_add_property() argument
298 p.name = zend_string_init_interned(pname, pname_len, 1); in mysqli_add_property()
H A Dphp_mysqli_structs.h100 const char *pname; member
/php-src/ext/phar/tests/
H A Dphar_copy.phpt15 $pname = 'phar://'.$fname;
H A D022.phpt10 $pname = 'phar://' . $fname;
H A Dphar_stub.phpt11 $pname = 'phar://' . $fname;
H A Dphar_convert_repeated.phpt12 $pname = 'phar://' . $fname;
H A Dphar_convert_again.phpt15 $pname = 'phar://' . $fname;
/php-src/ext/pdo_firebird/
H A Dfirebird_driver.c301 char pname[254], ident[253], ident2[253]; in php_firebird_preprocess() local
393 strncpy(pname, start, l); in php_firebird_preprocess()
394 pname[l] = '\0'; in php_firebird_preprocess()
399 zend_hash_str_update(named_params, pname, l, &tmp); in php_firebird_preprocess()
/php-src/ext/mbstring/
H A Dphp_mbregex.c369 static OnigEncoding _php_mb_regex_name2mbctype(const char *pname) in _php_mb_regex_name2mbctype() argument
374 if (pname == NULL || !*pname) { in _php_mb_regex_name2mbctype()
380 if (strcasecmp(p, pname) == 0) { in _php_mb_regex_name2mbctype()
/php-src/Zend/
H A Dzend_API.c1710 zend_string *pname = zend_string_init(prop_name, prop_name_len, 0); in object_properties_load() local
1717 property_info = zend_get_property_info(object->ce, pname, 1); in object_properties_load()
1718 zend_string_release_ex(pname, 0); in object_properties_load()
/php-src/ext/openssl/
H A Dopenssl.c2173 char * pname; in PHP_FUNCTION() local
2188 pname = useshortnames ? X509_PURPOSE_get0_sname(purp) : X509_PURPOSE_get0_name(purp); in PHP_FUNCTION()
2189 add_index_string(&subsub, 2, pname); in PHP_FUNCTION()

Completed in 53 milliseconds

123456