Home
last modified time | relevance | path

Searched refs:sop (Results 1 – 7 of 7) sorted by relevance

/PHP-5.4/ext/sysvsem/
H A Dsysvsem.c138 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.4/ext/sockets/
H A Dmulticast.c70 static int _php_source_op_to_rfc3678_op(enum source_op sop);
72 static const char *_php_source_op_to_string(enum source_op sop);
73 static int _php_source_op_to_ipv4_op(enum source_op sop);
217 enum source_op sop TSRMLS_DC) in _php_mcast_source_op()
257 _php_source_op_to_string(sop)); in _php_mcast_source_op()
264 _php_source_op_to_string(sop)); in _php_mcast_source_op()
271 static int _php_source_op_to_rfc3678_op(enum source_op sop) in _php_source_op_to_rfc3678_op() argument
273 switch (sop) { in _php_source_op_to_rfc3678_op()
290 switch (sop) { in _php_source_op_to_string()
305 static int _php_source_op_to_ipv4_op(enum source_op sop) in _php_source_op_to_ipv4_op() argument
[all …]
/PHP-5.4/ext/ereg/regex/
H A Dregcomp.c63 #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 Dregex2.h45 typedef long sop; /* strip operator */ typedef
112 sop *strip; /* malloced area for strip */
H A Dregcomp.ih42 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 Ddebug.c95 register sop *s;
99 register sop opnd;
H A Dengine.c437 register sop s;
821 register sop s;

Completed in 18 milliseconds