Home
last modified time | relevance | path

Searched defs:num (Results 51 – 75 of 77) sorted by relevance

1234

/PHP-7.1/Zend/
H A Dzend_alloc.c287 uint32_t num; member
322 #define _BIN_DATA_SIZE(num, size, elements, pages, x, y) size, argument
327 #define _BIN_DATA_ELEMENTS(num, size, elements, pages, x, y) elements, argument
332 #define _BIN_DATA_PAGES(num, size, elements, pages, x, y) pages, argument
H A Dzend_API.c223 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_type_error(int num, zend_expected_type e… in zend_wrong_parameter_type_error()
237 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_parameter_class_error(int num, char *name, zval *a… in zend_wrong_parameter_class_error()
247 ZEND_API ZEND_COLD void ZEND_FASTCALL zend_wrong_callback_error(int severity, int num, char *error)… in zend_wrong_callback_error()
266 ZEND_API int ZEND_FASTCALL zend_parse_arg_class(zval *arg, zend_class_entry **pce, int num, int che… in zend_parse_arg_class()
H A Dzend_hash.c279 uint32_t num = ht->nNumOfElements; in zend_array_recalc_elements() local
294 uint32_t num; in zend_array_count() local
H A Dzend_operators.c2856 ZEND_API zend_string* ZEND_FASTCALL zend_long_to_str(zend_long num) /* {{{ */
/PHP-7.1/ext/standard/
H A Dcrypt_sha512.c406 const char *num = salt + sizeof(sha512_rounds_prefix) - 1; in php_sha512_crypt_r() local
H A Dcrypt_sha256.c373 const char *num = salt + sizeof(sha256_rounds_prefix) - 1; in php_sha256_crypt_r() local
H A Dbasic_functions.c4518 zend_long num; local
4541 zend_long num; local
H A Dhtml.c549 static inline unsigned char unimap_bsearch(const uni_to_enc *table, unsigned code_key_a, size_t num) in unimap_bsearch()
H A Darray.c1973 zend_long start_key, num; local
4698 uint32_t num; local
/PHP-7.1/ext/phar/
H A Dtar.c24 uint32_t num = 0; in phar_tar_number() local
/PHP-7.1/ext/sockets/
H A Dsockets.c789 int num = 0; local
814 int num = 0; local
/PHP-7.1/ext/openssl/
H A Dxp_ssl.c89 #define GET_VER_OPT_LONG(name, num) if (GET_VER_OPT(name)) { convert_to_long_ex(val); num = Z_L… argument
565 static int passwd_callback(char *buf, int num, int verify, void *data) /* {{{ */ in passwd_callback()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_out.c77 #define STR_TO_DEC( str, num ) \ argument
H A Dphpdbg_bp.c1154 PHPDBG_API void phpdbg_delete_breakpoint(zend_ulong num) /* {{{ */ in phpdbg_delete_breakpoint()
H A Dphpdbg_watch.c1148 zend_ulong num = zend_hash_num_elements(&hti->watches); local
H A Dphpdbg.c727 zval *num = zend_hash_index_find(insert_ht, insert_idx); in PHP_FUNCTION() local
/PHP-7.1/ext/gmp/
H A Dgmp.c227 mpz_t num; member
232 mpz_t num; member
/PHP-7.1/ext/spl/
H A Dspl_fixedarray.c664 int num; in SPL_METHOD() local
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregparse.h208 int num; member
H A Dregcomp.c209 add_state_check_num(regex_t* reg, int num) in add_state_check_num()
246 add_mem_num(regex_t* reg, int num) in add_mem_num()
H A Dregexec.c1078 static int mem_is_in_memp(int mem, int num, UChar* memp) in mem_is_in_memp()
/PHP-7.1/ext/pdo/
H A Dpdo_stmt.c2118 zend_ulong num; in PHP_METHOD() local
/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_internal.h2691 #define STRNCMP_UC_UC(str1, str2, num) \ argument
2693 #define STRNCMP_UC_C8(str1, str2, num) \ argument
2713 #define STRNCMP_UC_UC(str1, str2, num) \ argument
2715 #define STRNCMP_UC_C8(str1, str2, num) \ argument
/PHP-7.1/ext/exif/
H A Dexif.c1332 int num; member
1337 unsigned int num; member
/PHP-7.1/ext/soap/
H A Dphp_encoding.c3426 int num = ++SOAP_GLOBAL(cur_uniq_ns); in encode_add_ns() local

Completed in 254 milliseconds

1234