Searched refs:sop (Results 1 – 7 of 7) sorted by relevance
/PHP-5.5/ext/sysvsem/ |
H A D | sysvsem.c | 138 struct sembuf sop[2]; local 152 sop[0].sem_op = -1; 153 sop[0].sem_flg = SEM_UNDO; 192 struct sembuf sop[3]; in PHP_FUNCTION() local 224 sop[0].sem_op = 0; in PHP_FUNCTION() 225 sop[0].sem_flg = 0; in PHP_FUNCTION() 230 sop[1].sem_op = 1; in PHP_FUNCTION() 236 sop[2].sem_op = 1; in PHP_FUNCTION() 277 sop[0].sem_op = -1; in PHP_FUNCTION() 302 struct sembuf sop; in php_sysvsem_semop() local [all …]
|
/PHP-5.5/ext/sockets/ |
H A D | multicast.c | 60 static int _php_source_op_to_rfc3678_op(enum source_op sop); 62 static const char *_php_source_op_to_string(enum source_op sop); 63 static int _php_source_op_to_ipv4_op(enum source_op sop); 518 enum source_op sop TSRMLS_DC) in _php_mcast_source_op() 558 _php_source_op_to_string(sop)); in _php_mcast_source_op() 565 _php_source_op_to_string(sop)); in _php_mcast_source_op() 572 static int _php_source_op_to_rfc3678_op(enum source_op sop) in _php_source_op_to_rfc3678_op() argument 574 switch (sop) { in _php_source_op_to_rfc3678_op() 591 switch (sop) { in _php_source_op_to_string() 606 static int _php_source_op_to_ipv4_op(enum source_op sop) in _php_source_op_to_ipv4_op() argument [all …]
|
/PHP-5.5/ext/ereg/regex/ |
H A D | regcomp.c | 63 #define ASTERN(sop, pos) EMIT(sop, HERE()-pos) argument 129 p->strip = (sop *)malloc(p->ssize * sizeof(sop)); 1382 sop op; 1408 sop op; 1413 register sop s; 1449 sop value; 1468 register sop *sp; 1473 sp = (sop *)realloc(p->strip, size*sizeof(sop)); 1515 sop *start = NULL; 1518 register sop s; [all …]
|
H A D | regex2.h | 45 typedef long sop; /* strip operator */ typedef 112 sop *strip; /* malloced area for strip */
|
H A D | regcomp.ih | 42 static void doemit(register struct parse *p, sop op, size_t opnd); 43 static void doinsert(register struct parse *p, sop op, size_t opnd, sopno pos); 44 static void dofwd(register struct parse *p, sopno pos, sop value);
|
H A D | debug.c | 95 register sop *s; 99 register sop opnd;
|
H A D | engine.c | 437 register sop s; 821 register sop s;
|
Completed in 24 milliseconds