Searched refs:total_length (Results 1 - 3 of 3) sorted by relevance
| /PHP_5_4/ext/interbase/ |
| H A D | ibase_blobs.c | 93 ISC_LONG total_length; /* Total length of blob */ member in struct:__anon102 165 bl_info->total_length = 0; 187 bl_info->total_length = isc_vax_integer(p, item_len); 451 bl_info.total_length = 0; 457 add_index_long(return_value, 0, bl_info.total_length); 458 add_assoc_long(return_value, "length", bl_info.total_length);
|
| /PHP_5_4/sapi/isapi/ |
| H A D | php5isapi.c | 225 static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) 227 *total_length += sapi_header->header_len+2; 244 uint total_length = 2; /* account for the trailing \r\n */ local 254 accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); 256 zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate_header_length, (void *) &total_length TSRMLS_CC); 259 combined_headers = (char *) emalloc(total_length+1); 302 header_info.cchHeader = total_length;
|
| /PHP_5_4/sapi/pi3web/ |
| H A D | pi3web_sapi.c | 145 static void accumulate_header_length(sapi_header_struct *sapi_header, uint *total_length TSRMLS_DC) 147 *total_length += sapi_header->header_len+2; 164 uint total_length = 2; /* account for the trailing \r\n */ local 174 accumulate_header_length(&default_content_type, (void *) &total_length TSRMLS_CC); 176 zend_llist_apply_with_argument(&SG(sapi_headers).headers, (llist_apply_with_arg_func_t) accumulate_header_length, (void *) &total_length TSRMLS_CC); 179 combined_headers = (char *) emalloc(total_length+1); 191 lpCB->SendHeaderFunction(lpCB->ConnID, &total_length, (LPDWORD) combined_headers);
|
Completed in 6 milliseconds