Searched refs:sop (Results 1 – 2 of 2) sorted by relevance
138 struct sembuf sop[2]; local152 sop[0].sem_op = -1;153 sop[0].sem_flg = SEM_UNDO;202 struct sembuf sop[3]; in PHP_FUNCTION() local234 sop[0].sem_op = 0; in PHP_FUNCTION()235 sop[0].sem_flg = 0; in PHP_FUNCTION()240 sop[1].sem_op = 1; in PHP_FUNCTION()241 sop[1].sem_flg = SEM_UNDO; in PHP_FUNCTION()246 sop[2].sem_op = 1; in PHP_FUNCTION()287 sop[0].sem_op = -1; in PHP_FUNCTION()[all …]
58 static int _php_source_op_to_rfc3678_op(enum source_op sop);60 static const char *_php_source_op_to_string(enum source_op sop);61 static int _php_source_op_to_ipv4_op(enum source_op sop);516 enum source_op sop) in _php_mcast_source_op() argument556 _php_source_op_to_string(sop)); in _php_mcast_source_op()563 _php_source_op_to_string(sop)); in _php_mcast_source_op()570 static int _php_source_op_to_rfc3678_op(enum source_op sop) in _php_source_op_to_rfc3678_op() argument572 switch (sop) { in _php_source_op_to_rfc3678_op()589 switch (sop) { in _php_source_op_to_string()604 static int _php_source_op_to_ipv4_op(enum source_op sop) in _php_source_op_to_ipv4_op() argument[all …]
Completed in 11 milliseconds