Searched refs:sop (Results 1 – 2 of 2) sorted by relevance
115 struct sembuf sop[2]; in sysvsem_free_obj() local129 sop[0].sem_op = -1; in sysvsem_free_obj()130 sop[0].sem_flg = SEM_UNDO; in sysvsem_free_obj()188 struct sembuf sop[3]; in PHP_FUNCTION() local220 sop[0].sem_op = 0; in PHP_FUNCTION()221 sop[0].sem_flg = 0; in PHP_FUNCTION()226 sop[1].sem_op = 1; in PHP_FUNCTION()227 sop[1].sem_flg = SEM_UNDO; in PHP_FUNCTION()232 sop[2].sem_op = 1; in PHP_FUNCTION()273 sop[0].sem_op = -1; in PHP_FUNCTION()[all …]
56 static int _php_source_op_to_rfc3678_op(enum source_op sop);58 static const char *_php_source_op_to_string(enum source_op sop);59 static int _php_source_op_to_ipv4_op(enum source_op sop);510 enum source_op sop) in _php_mcast_source_op() argument550 _php_source_op_to_string(sop)); in _php_mcast_source_op()557 _php_source_op_to_string(sop)); in _php_mcast_source_op()564 static int _php_source_op_to_rfc3678_op(enum source_op sop) in _php_source_op_to_rfc3678_op() argument566 switch (sop) { in _php_source_op_to_rfc3678_op()583 switch (sop) { in _php_source_op_to_string()598 static int _php_source_op_to_ipv4_op(enum source_op sop) in _php_source_op_to_ipv4_op() argument[all …]
Completed in 21 milliseconds