Home
last modified time | relevance | path

Searched refs:pp (Results 26 – 41 of 41) sorted by relevance

12

/PHP-5.3/ext/mbstring/oniguruma/enc/
H A Dbig5.c70 big5_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in big5_mbc_to_normalize() argument
74 pp, end, lower); in big5_mbc_to_normalize()
78 big5_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in big5_is_mbc_ambiguous() argument
80 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_BIG5, flag, pp, end); in big5_is_mbc_ambiguous()
H A Deuc_kr.c70 euckr_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in euckr_mbc_to_normalize() argument
74 pp, end, lower); in euckr_mbc_to_normalize()
78 euckr_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in euckr_is_mbc_ambiguous() argument
80 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_EUC_KR, flag, pp, end); in euckr_is_mbc_ambiguous()
H A Dutf8.c221 utf8_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, UChar* lower) in utf8_mbc_to_normalize() argument
223 const UChar* p = *pp; in utf8_mbc_to_normalize()
232 (*pp)++; in utf8_mbc_to_normalize()
246 (*pp) += 2; in utf8_mbc_to_normalize()
260 (*pp) += len; in utf8_mbc_to_normalize()
266 utf8_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in utf8_is_mbc_ambiguous() argument
268 const UChar* p = *pp; in utf8_is_mbc_ambiguous()
271 (*pp)++; in utf8_is_mbc_ambiguous()
277 (*pp) += enc_len(ONIG_ENCODING_UTF8, p); in utf8_is_mbc_ambiguous()
H A Dgb18030.c91 gb18030_mbc_to_normalize(OnigAmbigType flag, const UChar** pp, const UChar* end, in gb18030_mbc_to_normalize() argument
95 pp, end, lower); in gb18030_mbc_to_normalize()
99 gb18030_is_mbc_ambiguous(OnigAmbigType flag, const UChar** pp, const UChar* end) in gb18030_is_mbc_ambiguous() argument
101 return onigenc_mbn_is_mbc_ambiguous(ONIG_ENCODING_GB18030, flag, pp, end); in gb18030_is_mbc_ambiguous()
/PHP-5.3/ext/mbstring/oniguruma/
H A Dregenc.c628 const UChar** pp, const UChar* end) in onigenc_ascii_is_mbc_ambiguous() argument
630 const UChar* p = *pp; in onigenc_ascii_is_mbc_ambiguous()
632 (*pp)++; in onigenc_ascii_is_mbc_ambiguous()
713 const UChar *p = *pp; in onigenc_mbn_mbc_to_normalize()
722 (*pp)++; in onigenc_mbn_mbc_to_normalize()
733 (*pp) += len; in onigenc_mbn_mbc_to_normalize()
742 const UChar* p = *pp; in onigenc_mbn_is_mbc_ambiguous()
745 (*pp)++; in onigenc_mbn_is_mbc_ambiguous()
754 (*pp) += enc_len(enc, p); in onigenc_mbn_is_mbc_ambiguous()
987 UChar* p = *pp; in onigenc_is_mbc_ambiguous()
[all …]
H A Doniguruma.h169 …int (*mbc_to_normalize)(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end, OnigUCh…
170 int (*is_mbc_ambiguous)(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end);
286 #define ONIGENC_MBC_TO_NORMALIZE(enc,flag,pp,end,buf) \ argument
287 onigenc_mbc_to_normalize(enc,flag,pp,end,buf)
288 #define ONIGENC_IS_MBC_AMBIGUOUS(enc,flag,pp,end) \ argument
289 onigenc_is_mbc_ambiguous(enc,flag,pp,end)
349 int onigenc_is_mbc_ambiguous P_((OnigEncoding enc, OnigAmbigType flag, const OnigUChar** pp, const …
357 #define ONIGENC_MBC_TO_NORMALIZE(enc,flag,pp,end,buf) \ argument
358 (enc)->mbc_to_normalize(flag,(const OnigUChar** )pp,end,buf)
359 #define ONIGENC_IS_MBC_AMBIGUOUS(enc,flag,pp,end) \ argument
[all …]
/PHP-5.3/ext/pcre/
H A Dphp_pcre.c240 char *p, *pp; in pcre_get_compiled_regex_cache() local
306 pp = p; in pcre_get_compiled_regex_cache()
308 if (*pp == '\\' && pp[1] != 0) pp++; in pcre_get_compiled_regex_cache()
311 pp++; in pcre_get_compiled_regex_cache()
313 if (*pp == 0) { in pcre_get_compiled_regex_cache()
324 pp = p; in pcre_get_compiled_regex_cache()
326 if (*pp == '\\' && pp[1] != 0) pp++; in pcre_get_compiled_regex_cache()
331 pp++; in pcre_get_compiled_regex_cache()
333 if (*pp == 0) { in pcre_get_compiled_regex_cache()
343 pp++; in pcre_get_compiled_regex_cache()
[all …]
/PHP-5.3/Zend/
H A Dzend_execute.h137 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC);
138 ZEND_API int zval_update_constant_inline_change(zval **pp, void *arg TSRMLS_DC);
139 ZEND_API int zval_update_constant_no_inline_change(zval **pp, void *arg TSRMLS_DC);
140 ZEND_API int zval_update_constant_ex(zval **pp, void *arg, zend_class_entry *scope TSRMLS_DC);
H A Dzend_execute_API.c503 zval *p = *pp; in zval_update_constant_ex()
514 SEPARATE_ZVAL_IF_NOT_REF(pp); in zval_update_constant_ex()
515 p = *pp; in zval_update_constant_ex()
598 SEPARATE_ZVAL_IF_NOT_REF(pp); in zval_update_constant_ex()
599 p = *pp; in zval_update_constant_ex()
696 ZEND_API int zval_update_constant_inline_change(zval **pp, void *scope TSRMLS_DC) /* {{{ */ in zval_update_constant_inline_change() argument
698 return zval_update_constant_ex(pp, (void*)1, scope TSRMLS_CC); in zval_update_constant_inline_change()
702 ZEND_API int zval_update_constant_no_inline_change(zval **pp, void *scope TSRMLS_DC) /* {{{ */ in zval_update_constant_no_inline_change() argument
704 return zval_update_constant_ex(pp, (void*)0, scope TSRMLS_CC); in zval_update_constant_no_inline_change()
708 ZEND_API int zval_update_constant(zval **pp, void *arg TSRMLS_DC) /* {{{ */ in zval_update_constant() argument
[all …]
H A Dzend_compile.c215 char **pp, *p; in zend_set_compiled_filename() local
218 …if (zend_hash_find(&CG(filenames_table), new_compiled_filename, length+1, (void **) &pp) == SUCCES… in zend_set_compiled_filename()
219 CG(compiled_filename) = *pp; in zend_set_compiled_filename()
220 return *pp; in zend_set_compiled_filename()
223 …h_update(&CG(filenames_table), new_compiled_filename, length+1, &p, sizeof(char *), (void **) &pp); in zend_set_compiled_filename()
/PHP-5.3/ext/pcre/pcrelib/
H A Dpcre_exec.c612 PCRE_PUCHAR pp; in match()
2770 pp = eptr; in match()
2957 pp = eptr; in match()
3106 pp = eptr; in match()
3365 pp = eptr; in match()
3476 pp = eptr; in match()
3538 pp = eptr; in match()
3791 pp = eptr; in match()
3926 pp = eptr; in match()
6144 #undef pp
[all …]
/PHP-5.3/win32/
H A Dglob.c817 register char **pp; local
820 pp = pglob->gl_pathv + pglob->gl_offs;
821 for (i = pglob->gl_pathc; i--; ++pp)
822 if (*pp)
823 free(*pp);
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c25287 for(pp=&vxworksFileList; *pp && *pp!=pId; pp = &((*pp)->pNext)){}
28600 for(pp=&pShmNode->pFirst; (*pp)!=p; pp = &(*pp)->pNext){}
29265 for(pp=&pInode->pUnused; *pp && (*pp)->flags!=flags; pp=&((*pp)->pNext));
33102 for(pp=&pShmNode->pFirst; (*pp)!=p; pp = &(*pp)->pNext){}
35737 for(pp=&pCache->apHash[h]; (*pp)!=pPage; pp=&(*pp)->pNext);
35738 *pp = (*pp)->pNext;
36120 pp = &(*pp)->pNext;
95734 for(pp=&pTab->pTrigger; *pp!=pTrigger; pp=&((*pp)->pNext));
110952 for(pp=&sqlite3BlockedList; *pp; pp = &(*pp)->pNextBlocked){
113841 if( !pp || *pp==p ){
[all …]
/PHP-5.3/ext/mbstring/
H A Dmbstring.c3626 pp = str; \
3627 ee = pp + len; \
3628 while ((pp = memchr(pp, '\0', (ee - pp)))) { \
3629 *pp = ' '; \
3864 char *pp, *ee; in PHP_FUNCTION() local
/PHP-5.3/
H A DREADME.REDIST.BINS150 Modeling and Computer Simulation, Vol. 8, No. 1, January 1998, pp 3-30.
/PHP-5.3/ext/fileinfo/tests/
H A Dmagic13402 # Type: SE Linux policy modules *.pp reference policy

Completed in 758 milliseconds

12