Home
last modified time | relevance | path

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

1234567891011

/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c242 char **env, *p, *t = buf; in litespeed_php_import_environment_variables() local
516 char * p; in lsapi_chdir_primary_script() local
550 char * p; in lsapi_fopen_primary_script() local
569 char *p; in lsapi_execute_script() local
720 char ** p = &argv[1]; in parse_opt() local
784 char ** p = &argv[1]; in cli_main() local
998 char * p; in setArgv0() local
1231 char * p; in PHP_FUNCTION() local
/PHP-5.5/Zend/
H A Dzend_string.c87 Bucket *p; in zend_new_interned_string_int() local
188 Bucket *p; in zend_interned_strings_restore_int() local
/PHP-5.5/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 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 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_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()
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
/PHP-5.5/ext/mysqli/
H A Dmysqli_prop.c294 MYSQL_RES *p; in result_type_read() local
312 MYSQL_RES *p; in result_lengths_read() local
344 MY_STMT *p; in MYSQLI_MAP_PROPERTY_FUNC_LONG() local
363 MY_STMT *p; in stmt_affected_rows_read() local
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c103 long *p; in ZEND_INI_MH() local
141 long *p; in ZEND_INI_MH() local
187 double *p; in ZEND_INI_MH() local
229 zend_bool *p; in ZEND_INI_MH() local
628 static int add_blacklist_path(zend_blacklist_entry *p, zval *return_value TSRMLS_DC) in add_blacklist_path()
/PHP-5.5/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
344 UChar* p; member
570 #define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType) argument
571 #define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType) argument
578 #define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p)) argument
[all …]
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.c290 datanode *p; in Q_PushHead() local
341 node *p; in Q_PushTail() local
435 datanode *p; in Q_PopTail() local
524 datanode *n, *p; in Q_Iter_Del() local
/PHP-5.5/ext/session/
H A Dsession.c251 unsigned char *p, *q; in bin_to_readable() local
443 const char *p; in php_session_valid_key() local
646 char *p; in PHP_INI_MH() local
767 smart_str *p; in ZEND_INI_MH() local
/PHP-5.5/ext/standard/
H A Duuencode.c71 char *p, *s, *e, *ee; in php_uuencode() local
130 char *s, *e, *p, *ee; in php_uudecode() local
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_htmlent.c113 char *p; in mbfl_filt_conv_html_enc() local
123 int *p = tmp + sizeof(tmp) / sizeof(tmp[0]); in mbfl_filt_conv_html_enc() local

Completed in 63 milliseconds

1234567891011