Searched refs:sid (Results 1 - 4 of 4) 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 */
|
| H A D | session.c | 1282 zend_hash_del(EG(zend_constants), "sid", sizeof("sid")); 2318 if (early_find_sid_in(&progress->sid, TRACK_VARS_COOKIE, progress TSRMLS_CC)) { 2327 early_find_sid_in(&progress->sid, TRACK_VARS_GET, progress TSRMLS_CC); 2413 if (Z_TYPE(progress->sid) && progress->key.c) { 2428 zval_dtor(&progress->sid); 2429 ZVAL_STRINGL(&progress->sid, (*data->value), value_len, 1); 2448 if (!Z_TYPE(progress->sid) || !progress->key.c) { 2479 PS(id) = estrndup(Z_STRVAL(progress->sid), Z_STRLEN(progress->sid)); [all...] |
| /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 9 milliseconds