Home
last modified time | relevance | path

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

1234567891011

/PHP-7.2/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.2/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.2/ext/mbstring/oniguruma/src/
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 Dregenc.h69 #define ONIG_IS_NULL(p) (((void*)(p)) == (void*)0) argument
70 #define ONIG_IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
71 #define ONIG_CHECK_NULL_RETURN(p) if (ONIG_IS_NULL(p)) return NULL argument
72 #define ONIG_CHECK_NULL_RETURN_VAL(p,val) if (ONIG_IS_NULL(p)) return (val) argument
74 #define enclen(enc,p) ONIGENC_MBC_ENC_LEN(enc,p) argument
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 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()
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_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 Dregint.h183 #define IS_NULL(p) (((void*)(p)) == (void*)0) argument
184 #define IS_NOT_NULL(p) (((void*)(p)) != (void*)0) argument
185 #define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL argument
186 #define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY argument
191 #define PLATFORM_GET_INC(val,p,type) do{\ argument
198 #define PLATFORM_GET_INC(val,p,type) do{\ argument
322 UChar* p; member
548 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType) argument
549 #define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType) argument
556 #define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p)) argument
[all …]
/PHP-7.2/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.2/Zend/
H A Dzend_gc.c371 Bucket *p, *end; in gc_scan_black() local
482 Bucket *p, *end; in gc_mark_grey() local
603 Bucket *p, *end; in gc_scan() local
764 Bucket *p, *end; local
952 Bucket *p, *end; local
1063 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.2/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.2/ext/xmlrpc/libxmlrpc/
H A Dqueue.c287 datanode *p; in Q_PushHead() local
338 node *p; in Q_PushTail() local
432 datanode *p; in Q_PopTail() local
521 datanode *n, *p; in Q_Iter_Del() local
/PHP-7.2/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 76 milliseconds

1234567891011