Home
last modified time | relevance | path

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

/PHP-7.2/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()
1117 if (*ps != '\t' && *ps != ' ') { in php_conv_qprint_decode_convert()
[all …]
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_result.h24 …lnd_result_unbuffered_init(const unsigned int field_count, const zend_bool ps, const zend_bool per…
25 …_result_buffered_zval_init(const unsigned int field_count, const zend_bool ps, const zend_bool per…
26 …lnd_result_buffered_c_init(const unsigned int field_count, const zend_bool ps, const zend_bool per…
H A Dmysqlnd_result.c938 MYSQLND_METHOD(mysqlnd_res, use_result)(MYSQLND_RES * const result, const zend_bool ps) in MYSQLND_METHOD()
945 if (ps == FALSE) { in MYSQLND_METHOD()
951 result->unbuf = mysqlnd_result_unbuffered_init(result->field_count, ps, result->persistent); in MYSQLND_METHOD()
969 row_packet->binary_protocol = ps; in MYSQLND_METHOD()
1945 mysqlnd_result_unbuffered_init(const unsigned int field_count, const zend_bool ps, const zend_bool … in mysqlnd_result_unbuffered_init() argument
1967 ret->ps = ps; in mysqlnd_result_unbuffered_init()
1971 if (ps) { in mysqlnd_result_unbuffered_init()
2011 ret->ps = ps; in mysqlnd_result_buffered_zval_init()
2015 if (ps) { in mysqlnd_result_buffered_zval_init()
2058 ret->ps = ps; in mysqlnd_result_buffered_c_init()
[all …]
H A Dmysqlnd_structs.h1175 zend_bool ps; \
1231 zend_bool ps; member
/PHP-7.2/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.2/ext/session/
H A Dmod_mm.c89 ps_sd *ps, *next; in hash_split() local
101 for (ps = *ohash; ps; ps = next) { in hash_split()
102 next = ps->next; in hash_split()
103 ps->next = nhash[ps->hv & nmax]; in hash_split()
104 nhash[ps->hv & nmax] = ps; in hash_split()
H A Dphp_session.h311 PHPAPI ZEND_EXTERN_MODULE_GLOBALS(ps)
H A Dsession.c61 PHPAPI ZEND_DECLARE_MODULE_GLOBALS(ps)
2815 static PHP_GINIT_FUNCTION(ps) /* {{{ */ in PHP_GINIT_FUNCTION() argument
3261 PHP_MODULE_GLOBALS(ps),
3262 PHP_GINIT(ps),
/PHP-7.2/sapi/fpm/
H A Dinit.d.php-fpm.in101 if ps -p $PID | grep -q $PID; then
/PHP-7.2/ext/standard/tests/general_functions/
H A Dproc_nice_basic.phpt17 $res = shell_exec('ps -p ' . $id .' -o "pid,nice"');
/PHP-7.2/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.2/ext/posix/tests/
H A Dposix_kill_basic.phpt19 $result = shell_exec("ps -p " . $pid);
/PHP-7.2/ext/iconv/
H A Diconv.c2624 const char *ps, size_t buf_len, size_t *consumed, in php_iconv_stream_filter_append_bucket() argument
2634 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
2660 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2666 self->stub[self->stub_len++] = *(ps++); in php_iconv_stream_filter_append_bucket()
2724 if ((ps == NULL ? iconv(self->cd, NULL, NULL, &pd, &ocnt): in php_iconv_stream_filter_append_bucket()
2725 iconv(self->cd, (char **)&ps, &icnt, &pd, &ocnt)) == (size_t)-1) { in php_iconv_stream_filter_append_bucket()
2733 if (ps != NULL) { in php_iconv_stream_filter_append_bucket()
2738 memcpy(self->stub, ps, icnt); in php_iconv_stream_filter_append_bucket()
2740 ps += icnt; in php_iconv_stream_filter_append_bucket()
2785 if (ps == NULL) { in php_iconv_stream_filter_append_bucket()
/PHP-7.2/ext/mbstring/
H A Dmbstring.c4223 const char *ps; in _php_mbstr_parse_mail_headers() local
4231 ps = str; in _php_mbstr_parse_mail_headers()
4247 switch (*ps) { in _php_mbstr_parse_mail_headers()
4303 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4310 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4337 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4359 ps++, icnt--; in _php_mbstr_parse_mail_headers()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic20916 # Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
21044 >1 regex/s =^[0-9] ps database
22654 >2 string ps for PostScript
22661 0 string X\ ps SoftQuad troff Context intermediate for PostScript
23943 >4 search/1 ps for PostScript
H A Dmagic私はガラスを食べられます20916 # Reference: http://partners.adobe.com/public/developer/en/ps/5003.PPD_Spec_v4.3.pdf, Section 3.8
21044 >1 regex/s =^[0-9] ps database
22654 >2 string ps for PostScript
22661 0 string X\ ps SoftQuad troff Context intermediate for PostScript
23943 >4 search/1 ps for PostScript

Completed in 171 milliseconds