Home
last modified time | relevance | path

Searched defs:p (Results 26 – 50 of 267) sorted by relevance

1234567891011

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_alloc.h55 #define mnd_pecalloc(nmemb, size, p) mysqlnd_allocator.m_pecalloc((nmemb), (size), (p) MYSQLND_MEM_… argument
57 #define mnd_perealloc(ptr, new_size, p) mysqlnd_allocator.m_perealloc((ptr), (new_size), (p) MYSQLN… argument
67 #define mnd_sprintf(p, mx_len, fmt,...) mysqlnd_allocator.m_sprintf((p), (mx_len), (fmt), __VA_ARGS… argument
68 #define mnd_vsprintf(p, mx_len, fmt,ap) mysqlnd_allocator.m_vsprintf((p), (mx_len), (fmt), (ap)) argument
69 #define mnd_sprintf_free(p) mysqlnd_allocator.m_sprintf_free((p)) argument
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_unix.c63 char *p; in fpm_unix_resolve_socket_premissions() local
70 char *p; in fpm_unix_resolve_socket_premissions() local
81 char *tmp, *p, *end; in fpm_unix_resolve_socket_premissions() local
/PHP-7.1/ext/mysqli/
H A Dmysqli_prop.c272 MYSQL_RES *p; in result_type_read() local
289 MYSQL_RES *p; in result_lengths_read() local
324 MY_STMT *p; in MYSQLI_MAP_PROPERTY_FUNC_LONG() local
342 MY_STMT *p; in stmt_affected_rows_read() local
/PHP-7.1/ext/mbstring/oniguruma/enc/
H A Diso8859_1.c115 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
205 const UChar* p = *pp; in mbc_case_fold() local
H A Dgb18030.c66 gb18030_mbc_enc_len(const UChar* p) in gb18030_mbc_enc_len()
79 gb18030_mbc_to_code(const UChar* p, const UChar* end) in gb18030_mbc_to_code()
150 const UChar *p; in gb18030_left_adjust_char_head() local
H A Dcp1251.c111 const UChar* p = *pp; in cp1251_mbc_case_fold() local
176 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in cp1251_get_case_fold_codes_by_str()
H A Diso8859_10.c110 const UChar* p = *pp; in mbc_case_fold() local
215 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_13.c110 const UChar* p = *pp; in mbc_case_fold() local
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_14.c110 const UChar* p = *pp; in mbc_case_fold() local
217 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_15.c110 const UChar* p = *pp; in mbc_case_fold() local
211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_16.c110 const UChar* p = *pp; in mbc_case_fold() local
213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_2.c110 const UChar* p = *pp; in mbc_case_fold() local
202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_3.c110 const UChar* p = *pp; in mbc_case_fold() local
211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_4.c110 const UChar* p = *pp; in mbc_case_fold() local
213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_5.c110 const UChar* p = *pp; in mbc_case_fold() local
201 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
H A Diso8859_7.c110 const UChar* p = *pp; in mbc_case_fold() local
197 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_9.c110 const UChar* p = *pp; in mbc_case_fold() local
204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dkoi8.c111 const UChar* p = *pp; in koi8_mbc_case_fold() local
226 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_get_case_fold_codes_by_str()
H A Dkoi8_r.c110 const UChar* p = *pp; in koi8_r_mbc_case_fold() local
188 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_r_get_case_fold_codes_by_str()
/PHP-7.1/ext/opcache/
H A Dzend_accelerator_module.c103 zend_long *p; in ZEND_INI_MH() local
143 zend_long *p; in ZEND_INI_MH() local
187 double *p; in ZEND_INI_MH() local
227 zend_bool *p; in ZEND_INI_MH() local
674 static int add_blacklist_path(zend_blacklist_entry *p, zval *return_value)
/PHP-7.1/Zend/
H A Dzend_gc.c371 Bucket *p, *end; in gc_scan_black() local
479 Bucket *p, *end; in gc_mark_grey() local
607 Bucket *p, *end; in gc_scan() local
765 Bucket *p, *end; local
950 Bucket *p, *end; local
1055 zend_refcounted *p; local
H A Dzend_variables.c144 ZEND_API void zval_add_ref(zval *p) in zval_add_ref()
155 ZEND_API void zval_add_ref_unref(zval *p) in zval_add_ref_unref()
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_io.c100 char *p = ptr; local
164 const char *p = ptr; local
195 const char *p = ptr, *endp = ptr + len; local
/PHP-7.1/ext/mbstring/oniguruma/
H A Dregint.h209 #define IS_NULL(p) (((void*)(p)) == (void*)0) argument
210 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
211 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL argument
212 #define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY argument
217 #define PLATFORM_GET_INC(val,p,type) do{\ argument
224 #define PLATFORM_GET_INC(val,p,type) do{\ argument
348 UChar* p; member
574 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType) argument
575 #define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType) argument
582 #define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p)) argument
[all …]
/PHP-7.1/ext/standard/
H A Duuencode.c71 char *p, *s, *e, *ee; in php_uuencode() local
135 char *s, *e, *p, *ee; in php_uudecode() local

Completed in 95 milliseconds

1234567891011