Searched refs:sn (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/ereg/regex/ |
| H A D | regcomp.c | 1400 register sopno sn; local 1408 sn = HERE(); 1410 assert(HERE() == sn+1); 1411 s = p->strip[sn];
|
| /PHP_TRUNK/ext/mbstring/oniguruma/ |
| H A D | regcomp.c | 74 StrNode* sn = NSTR(a); local 75 if (sn->capa == 0) { 76 int len = sn->end - sn->s; 77 sn->s = sn->buf; 78 sn->end = sn->s + len; 83 StrNode* sn = NSTR(b); local 84 if (sn 463 StrNode* sn; local 497 compile_length_string_raw_node(StrNode* sn, regex_t* reg) argument 511 StrNode* sn; local 545 compile_string_raw_node(StrNode* sn, regex_t* reg) argument 2087 StrNode* sn = NSTR(node); local 2171 StrNode* sn = NSTR(node); local 2312 StrNode* sn = NSTR(node); local 2599 StrNode* sn = NSTR(node); local 3195 StrNode* sn = NSTR(node); local 3374 StrNode* sn = NSTR(node); local 3769 StrNode* sn = NSTR(target); local 4583 StrNode* sn = NSTR(node); local [all...] |
| H A D | regparse.c | 1535 str_node_split_last_char(StrNode* sn, OnigEncoding enc) argument 1540 if (sn->end > sn->s) { 1541 p = onigenc_get_prev_char_head(enc, sn->s, sn->end); 1542 if (p && p > sn->s) { /* can be splitted. */ 1543 n = node_new_str(p, sn->end); 1544 if ((sn->flag & NSTR_RAW) != 0) 1546 sn->end = (UChar* )p; 1553 str_node_can_be_split(StrNode* sn, OnigEncodin argument 1563 node_str_head_pad(StrNode* sn, int num, UChar val) argument 4767 StrNode* sn = NSTR(target); local [all...] |
| /PHP_TRUNK/ext/exif/ |
| H A D | exif.c | 3271 int section, sn; local 3339 sn = exif_file_sections_add(ImageInfo, marker, itemlen+1, NULL); 3340 Data = ImageInfo->file.list[sn].data; 3362 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, size, NULL); 3363 Data = ImageInfo->file.list[sn].data; 3523 int i, sn, num_entries, sub_section_index = 0; local 3535 sn = exif_file_sections_add(ImageInfo, M_PSEUDO, 2, NULL); 3540 php_stream_read(ImageInfo->infile, (char*)ImageInfo->file.list[sn].data, 2); 3541 num_entries = php_ifd_get16u(ImageInfo->file.list[sn].data, ImageInfo->motorola_intel); 3547 if (exif_file_sections_realloc(ImageInfo, sn, dir_siz [all...] |
| /PHP_TRUNK/sapi/nsapi/ |
| H A D | nsapi.c | 95 Session *sn; member in struct:nsapi_request_context 224 typedef int (*nsapi_servact_prototype)(Session *sn, Request *rq); 369 rv = (*nsapi_servact_uri2path)(rc->sn, rq); 374 rv = (*nsapi_servact_pathchecks)(rc->sn, rq); 379 rv = (*nsapi_servact_fileinfo)(rc->sn, rq); 384 rv = (*nsapi_servact_service)(rc->sn, rq); 462 retval = net_write(rc->sn->csd, (char *)str, str_length); 486 if (net_flush(rc->sn->csd) < 0) { 499 header_name = pool_strdup(rc->sn->pool, sapi_header->header); 513 pool_free(rc->sn 906 php5_init(pblock *pb, Session *sn, Request *rq) argument 959 php5_execute(pblock *pb, Session *sn, Request *rq) argument 1088 php5_auth_trans(pblock * pb, Session * sn, Request * rq) argument [all...] |
Completed in 22 milliseconds