Home
last modified time | relevance | path

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

/PHP-5.6/ext/sysvsem/
H A Dsysvsem.c139 struct sembuf sop[2]; local
153 sop[0].sem_op = -1;
154 sop[0].sem_flg = SEM_UNDO;
193 struct sembuf sop[3]; in PHP_FUNCTION() local
225 sop[0].sem_op = 0; in PHP_FUNCTION()
226 sop[0].sem_flg = 0; in PHP_FUNCTION()
231 sop[1].sem_op = 1; in PHP_FUNCTION()
232 sop[1].sem_flg = SEM_UNDO; in PHP_FUNCTION()
237 sop[2].sem_op = 1; in PHP_FUNCTION()
278 sop[0].sem_op = -1; in PHP_FUNCTION()
[all …]
/PHP-5.6/ext/sockets/
H A Dmulticast.c60 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.6/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 26 milliseconds