Home
last modified time | relevance | path

Searched refs:ps (Results 1 – 17 of 17) sorted by relevance

/PHP-7.3/ext/standard/
H A Dfilters.c494 ps += 2; in php_conv_base64_encode_convert()
521 ps += 1; in php_conv_base64_encode_convert()
549 ps += 3; in php_conv_base64_encode_convert()
770 (ps)++; \
825 ps++, icnt--; in php_conv_qprint_encode_convert()
866 ps2 = ps; in php_conv_qprint_encode_convert()
1049 ps++, icnt--; in php_conv_qprint_decode_convert()
1056 if (*ps == ' ' || *ps == '\t') { in php_conv_qprint_decode_convert()
1090 next_char = (next_char << 4) | (*ps >= 'A' ? *ps - 0x37 : *ps - 0x30); in php_conv_qprint_decode_convert()
1116 } else if (*ps != '\t' && *ps != ' ') { in php_conv_qprint_decode_convert()
[all …]
/PHP-7.3/ext/mysqlnd/
H A Dmysqlnd_result.h24 …d_result_unbuffered_init(MYSQLND_RES * result, const unsigned int field_count, const zend_bool ps);
25 …esult_buffered_zval_init(MYSQLND_RES * result, const unsigned int field_count, const zend_bool ps);
26 …d_result_buffered_c_init(MYSQLND_RES * result, const unsigned int field_count, const zend_bool ps);
H A Dmysqlnd_result.c915 MYSQLND_METHOD(mysqlnd_res, use_result)(MYSQLND_RES * const result, const zend_bool ps) in MYSQLND_METHOD()
922 if (ps == FALSE) { in MYSQLND_METHOD()
928 result->unbuf = mysqlnd_result_unbuffered_init(result, result->field_count, ps); in MYSQLND_METHOD()
945 row_packet->binary_protocol = ps; in MYSQLND_METHOD()
1940 …lnd_result_unbuffered_init(MYSQLND_RES *result, const unsigned int field_count, const zend_bool ps) in mysqlnd_result_unbuffered_init() argument
1956 ret->ps = ps; in mysqlnd_result_unbuffered_init()
1960 if (ps) { in mysqlnd_result_unbuffered_init()
1994 ret->ps = ps; in mysqlnd_result_buffered_zval_init()
1998 if (ps) { in mysqlnd_result_buffered_zval_init()
2035 ret->ps = ps; in mysqlnd_result_buffered_c_init()
[all …]
H A Dmysqlnd_structs.h1155 zend_bool ps; \
1210 zend_bool ps; member
/PHP-7.3/sapi/cli/tests/
H A Dcli_process_title_unix.phpt23 $ps_output = shell_exec("ps -p $pid -o $ps_process_title_field | tail -n 1");
27 echo "ps failed\n";
39 echo "Successfully verified title using ps\n";
41 echo "Actually loaded from ps: $loaded_title\n";
53 Successfully verified title using ps
/PHP-7.3/ext/session/
H A Dmod_mm.c87 ps_sd *ps, *next; in hash_split() local
99 for (ps = *ohash; ps; ps = next) { in hash_split()
100 next = ps->next; in hash_split()
101 ps->next = nhash[ps->hv & nmax]; in hash_split()
102 nhash[ps->hv & nmax] = ps; in hash_split()
H A Dphp_session.h310 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
H A Dsession.c59 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(ps)
2905 static PHP_GINIT_FUNCTION(ps) /* {{{ */ in PHP_GINIT_FUNCTION() argument
3350 PHP_MODULE_GLOBALS(ps),
3351 PHP_GINIT(ps),
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregexec.c2909 ps++; s++; in match_at()
2920 ps++; s++; in match_at()
2922 ps++; s++; in match_at()
2933 ps++; s++; in match_at()
2935 ps++; s++; in match_at()
2937 ps++; s++; in match_at()
2948 ps++; s++; in match_at()
2950 ps++; s++; in match_at()
2952 ps++; s++; in match_at()
2954 ps++; s++; in match_at()
[all …]
/PHP-7.3/sapi/fpm/
H A Dinit.d.php-fpm.in101 if ps -p $PID | grep -q $PID; then
/PHP-7.3/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt17 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-7.3/ext/intl/tests/
H A Dformatter_get_set_attribute.phpt55 $ps = ut_nfmt_parse( $fmt, $rc );
60 dump( $ps ) );
77 $ps = ut_nfmt_parse( $fmt, $rc );
82 dump( $ps ) );
/PHP-7.3/ext/posix/tests/
H A Dposix_kill_basic.phpt19 $result = shell_exec("ps -p " . $pid);
/PHP-7.3/ext/iconv/
H A Diconv.c2632 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket() argument
2642 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
2668 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2674 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2732 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2733 iconv(self->cd, (char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2741 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2746 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
2748 ps += icnt; in php_iconv_stream_filter_append_bucket()
2793 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
/PHP-7.3/ext/mbstring/
H A Dmbstring.c4036 const char *ps; in _php_mbstr_parse_mail_headers() local
4044 ps = str; in _php_mbstr_parse_mail_headers()
4060 switch (*ps) { in _php_mbstr_parse_mail_headers()
4116 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4123 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4150 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4172 ps++, icnt--; in _php_mbstr_parse_mail_headers()
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic22657 # Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
22785 >1 regex/s =^[0-9] ps database
24496 >2 string ps for PostScript
24503 0 string X\ ps SoftQuad troff Context intermediate for PostScript
25904 >4 search/1 ps for PostScript
H A Dmagic私はガラスを食べられます22657 # Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
22785 >1 regex/s =^[0-9] ps database
24496 >2 string ps for PostScript
24503 0 string X\ ps SoftQuad troff Context intermediate for PostScript
25904 >4 search/1 ps for PostScript

Completed in 232 milliseconds