Home
last modified time | relevance | path

Searched defs:p (Results 201 – 225 of 278) sorted by relevance

12345678910>>...12

/PHP-7.3/Zend/
H A Dzend_language_scanner.c308 const unsigned char *p; in zend_multibyte_detect_utf_encoding() local
737 unsigned char *p = NULL; in zend_get_scanned_file_offset() local
H A Dzend_vm_execute.h1933 zval *p = ZEND_CALL_ARG(execute_data, 1); local
4771 Bucket *p = (Bucket*)((char*)zobj->properties->arData + idx); local
9489 zval *p, *q; local
21186 Bucket *p; local
21261 } else if (ZSTR_VAL(p->key)[0]) { local
21337 Bucket *p; local
21411 } else if (ZSTR_VAL(p->key)[0]) { local
30348 Bucket *p; local
30400 Bucket *p; local
34703 zval *p, *q; local
[all …]
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_vio.c83 zend_uchar * p = buffer; in MYSQLND_METHOD() local
/PHP-7.3/ext/readline/
H A Dreadline_cli.c352 char *p = code + i - heredoc_len; in cli_is_valid_code() local
/PHP-7.3/ext/hash/
H A Dhash_haval.c250 #define PHP_HASH_HAVAL_INIT(p,b) \ argument
/PHP-7.3/ext/standard/
H A Dbase64.c744 unsigned char *p; in php_base64_encode_default() local
H A Dproc_open.c78 char *p; in _php_array_to_envp() local
H A Dcrypt_blowfish.c834 const char *p; in php_crypt_blowfish_rn() local
H A Dcrypt_sha256.c277 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint32_t) != 0) in sha256_process_bytes() argument
H A Dcrypt_sha512.c307 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() argument
/PHP-7.3/ext/zip/lib/
H A Dzip_open.c651 const unsigned char *p; in _zip_memmem() local
/PHP-7.3/ext/fileinfo/libmagic/
H A Dcompress.c579 char *p; in filter_error() local
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c157 void *p = pemalloc(size, 1); in php_pcre_malloc() local
543 char *p, *pp; in pcre_get_compiled_regex_cache_ex() local
2695 char *p, /* Iterator for input string */ in PHP_FUNCTION() local
/PHP-7.3/sapi/litespeed/
H A Dlscriu.c597 const char *p; in LSCRIU_Init_Env_Parameters() local
/PHP-7.3/ext/curl/
H A Dinterface.c517 char **p; in PHP_INI_BEGIN() local
1896 char **p = (char **) d->protocols; in PHP_FUNCTION() local
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_intmodedep.h267 #define PUTCHAR(c, p) (*p = c, 1) argument
358 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \ argument
464 #define PUTCHAR(c, p) ((utf && c > MAX_UTF_SINGLE_CU)? \ argument
538 #define PUTCHAR(c, p) (*p = c, 1) argument
H A Dpcre2_convert.c131 PCRE2_UCHAR *p = use_buffer; in convert_posix() local
H A Dpcre2_match.c356 PCRE2_SPTR p; in match_ref() local
6594 PCRE2_SPTR p = start_match + (has_first_cu? 1:0); in pcre2_match() local
/PHP-7.3/ext/gd/libgd/
H A Dgd_interpolation.c185 double p, q; in KernelBessel_J1() local
227 double p, q; in KernelBessel_P1() local
263 double p, q; in KernelBessel_Q1() local
299 double p, q; in KernelBessel_Order1() local
859 static inline void _gdContributionsFree(LineContribType * p) in _gdContributionsFree()
/PHP-7.3/ext/xmlrpc/libxmlrpc/
H A Dxml_element.c596 const char** p = attrs; in _xmlrpc_startElement() local
/PHP-7.3/main/
H A Dphp_ini.c660 char *p; in php_init_config() local
/PHP-7.3/ext/calendar/
H A Dcalendar.c513 char *p, old[18], *endofalafim; in heb_number_to_chars() local
/PHP-7.3/main/streams/
H A Dxp_socket.c578 char *p; in parse_ip_address_ex() local
/PHP-7.3/ext/oci8/
H A Dphp_oci8_int.h552 # define GC_ADDREF(p) (++GC_REFCOUNT(p)) argument
555 # define GC_DELREF(p) (GC_REFCOUNT(p)--) argument
/PHP-7.3/ext/sockets/
H A Dmulticast.c759 *p; local

Completed in 317 milliseconds

12345678910>>...12