Searched defs:sid (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/TSRM/ |
| H A D | tsrm_win32.c | 145 PSID sid; local 146 PSID *ppsid = &sid;
|
| /PHP_TRUNK/ext/session/ |
| H A D | php_session.h | 101 zval sid; member in struct:_php_session_rfc1867_progress 158 zend_bool use_trans_sid; /* contains the INI value of whether to use trans-sid */ 159 zend_bool apply_trans_sid; /* whether or not to enable trans-sid for the current request */
|
| /PHP_TRUNK/ext/fileinfo/libmagic/ |
| H A D | cdf.c | 468 cdf_count_chain(const cdf_sat_t *sat, cdf_secid_t sid, size_t size) argument 474 for (j = i = 0; sid >= 0; i++, j++) { 475 DPRINTF((" %d", sid)); 481 if (sid > maxsector) { 482 DPRINTF(("Sector %d > %d\n", sid, maxsector)); 486 sid = CDF_TOLE4((uint32_t)sat->sat_tab[sid]); 494 const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) 498 scn->sst_len = cdf_count_chain(sat, sid, ss); 508 for (j = i = 0; sid > 493 cdf_read_long_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument 539 cdf_read_short_sector_chain(const cdf_header_t *h, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument 581 cdf_read_sector_chain(const cdf_info_t *info, const cdf_header_t *h, const cdf_sat_t *sat, const cdf_sat_t *ssat, const cdf_stream_t *sst, cdf_secid_t sid, size_t len, cdf_stream_t *scn) argument 600 cdf_secid_t sid = h->h_secid_first_directory; local 653 cdf_secid_t sid = h->h_secid_first_sector_in_short_sat; local [all...] |
Completed in 6 milliseconds