raw              4232 ext/mbstring/oniguruma/regcomp.c 			  int raw ARG_UNUSED, OnigEncoding enc)
raw               329 ext/mbstring/oniguruma/regparse.h extern void   onig_node_conv_to_str_node P_((Node* node, int raw));
raw              1814 ext/openssl/openssl.c zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw)
raw              1829 ext/openssl/openssl.c 	if (raw) {
raw               108 ext/openssl/xp_ssl.c extern zend_string* php_openssl_x509_fingerprint(X509 *peer, const char *method, zend_bool raw);
raw               976 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, raw)
raw               433 ext/standard/dns.c static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_to_fetch, int store, int raw, zval *subarray)
raw               474 ext/standard/dns.c 	if (raw) {
raw               786 ext/standard/dns.c 	zend_bool raw = 0;
raw               789 ext/standard/dns.c 			&hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) {
raw               802 ext/standard/dns.c 	if (!raw) {
raw               827 ext/standard/dns.c 	if (raw) {
raw               956 ext/standard/dns.c 				cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval);
raw               969 ext/standard/dns.c 					cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval);
raw               981 ext/standard/dns.c 					cp = php_parserr(cp, end, &answer, DNS_T_ANY, 1, raw, &retval);
raw               141 ext/standard/dns_win32.c static void php_parserr(PDNS_RECORD pRec, int type_to_fetch, int store, int raw, zval *subarray)
raw               163 ext/standard/dns_win32.c 	if (raw) {
raw               351 ext/standard/dns_win32.c 	zend_bool raw = 0;
raw               354 ext/standard/dns_win32.c 			&hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) {
raw               367 ext/standard/dns_win32.c 	if (!raw) {
raw               383 ext/standard/dns_win32.c 	if (raw) {
raw               467 ext/standard/dns_win32.c 					php_parserr(pRec, type_to_fetch, store_results, raw, &retval);
raw               475 ext/standard/dns_win32.c 					php_parserr(pRec, type_to_fetch, 1, raw, &retval);
raw               490 ext/standard/dns_win32.c 					php_parserr(pRec, type_to_fetch, 1, raw, &retval);
raw               180 ext/zip/lib/zip_dirent.c 	if (_zip_write(za, comment->raw, comment->length) < 0) {
raw               832 ext/zip/lib/zip_dirent.c     const zip_uint8_t *raw;
raw               837 ext/zip/lib/zip_dirent.c     if ((raw=_zip_string_get(str, &len, ZIP_FL_ENC_RAW, NULL)) == NULL) {
raw               854 ext/zip/lib/zip_dirent.c     _zip_buffer_put(buffer, raw, len);
raw               111 ext/zip/lib/zip_io_util.c     zip_uint8_t *raw;
raw               114 ext/zip/lib/zip_io_util.c     if ((raw=_zip_read_data(buffer, src, len, nulp, error)) == NULL)
raw               117 ext/zip/lib/zip_io_util.c     s = _zip_string_new(raw, len, ZIP_FL_ENC_GUESS, error);
raw               118 ext/zip/lib/zip_io_util.c     free(raw);
raw                49 ext/zip/lib/zip_string.c 	crc = (zip_uint32_t)crc32(crc, s->raw, s->length);
raw                66 ext/zip/lib/zip_string.c     return (memcmp(a->raw, b->raw, a->length) == 0);
raw                76 ext/zip/lib/zip_string.c     free(s->raw);
raw               102 ext/zip/lib/zip_string.c 		if ((string->converted=_zip_cp437_to_utf8(string->raw, string->length,
raw               114 ext/zip/lib/zip_string.c     return string->raw;
raw               129 ext/zip/lib/zip_string.c _zip_string_new(const zip_uint8_t *raw, zip_uint16_t length, zip_flags_t flags, zip_error_t *error)
raw               157 ext/zip/lib/zip_string.c     if ((s->raw=(zip_uint8_t *)malloc((size_t)(length+1))) == NULL) {
raw               162 ext/zip/lib/zip_string.c     memcpy(s->raw, raw, length);
raw               163 ext/zip/lib/zip_string.c     s->raw[length] = '\0';
raw               187 ext/zip/lib/zip_string.c     return _zip_write(za, s->raw, s->length);
raw               126 ext/zip/lib/zip_utf-8.c     name = str->raw;
raw               422 ext/zip/lib/zipint.h     zip_uint8_t *raw;			/* raw string */