total_length 91 ext/interbase/ibase_blobs.c ISC_LONG total_length; /* Total length of blob */ total_length 163 ext/interbase/ibase_blobs.c bl_info->total_length = 0; total_length 185 ext/interbase/ibase_blobs.c bl_info->total_length = isc_vax_integer(p, item_len); total_length 449 ext/interbase/ibase_blobs.c bl_info.total_length = 0; total_length 455 ext/interbase/ibase_blobs.c add_index_long(return_value, 0, bl_info.total_length); total_length 456 ext/interbase/ibase_blobs.c add_assoc_long(return_value, "length", bl_info.total_length); total_length 9805 ext/pcre/pcrelib/pcre_jit_compile.c sljit_uw total_length; total_length 9987 ext/pcre/pcrelib/pcre_jit_compile.c total_length = ccend - common->start; total_length 9988 ext/pcre/pcrelib/pcre_jit_compile.c common->private_data_ptrs = (sljit_si *)SLJIT_MALLOC(total_length * (sizeof(sljit_si) + (common->has_then ? 1 : 0)), compiler->allocator_data); total_length 9994 ext/pcre/pcrelib/pcre_jit_compile.c memset(common->private_data_ptrs, 0, total_length * sizeof(sljit_si)); total_length 10007 ext/pcre/pcrelib/pcre_jit_compile.c common->then_offsets = (pcre_uint8 *)(common->private_data_ptrs + total_length); total_length 10008 ext/pcre/pcrelib/pcre_jit_compile.c memset(common->then_offsets, 0, total_length); total_length 225 sapi/isapi/php5isapi.c static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) total_length 227 sapi/isapi/php5isapi.c *total_length += sapi_header->header_len+2; total_length 244 sapi/isapi/php5isapi.c uint total_length = 2; /* account for the trailing \r\n */ total_length 254 sapi/isapi/php5isapi.c accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); total_length 256 sapi/isapi/php5isapi.c zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate_header_length, (void *) &total_length TSRMLS_CC); total_length 259 sapi/isapi/php5isapi.c combined_headers = (char *) emalloc(total_length+1); total_length 302 sapi/isapi/php5isapi.c header_info.cchHeader = total_length; total_length 145 sapi/pi3web/pi3web_sapi.c static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) total_length 147 sapi/pi3web/pi3web_sapi.c *total_length += sapi_header->header_len+2; total_length 164 sapi/pi3web/pi3web_sapi.c uint total_length = 2; /* account for the trailing \r\n */ total_length 174 sapi/pi3web/pi3web_sapi.c accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); total_length 176 sapi/pi3web/pi3web_sapi.c zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate_header_length, (void *) &total_length TSRMLS_CC); total_length 179 sapi/pi3web/pi3web_sapi.c combined_headers = (char *) emalloc(total_length+1); total_length 191 sapi/pi3web/pi3web_sapi.c lpCB->SendHeaderFunction(lpCB->ConnID, &total_length, (LPDWORD) combined_headers);